get https://api-lib.bambu.life/api/country/v2/rates
The application retrieves the general rate information of a country such as inflation rates, savings rates, life expectancy rates by calling the below endpoint.
The following table describes the parameters for country rate:
Parameter Name | Data Type | Description | Mandatory Fields (Y/N/Optional) |
---|---|---|---|
id | integer | Yes | |
countryCode | integer | Unique dialing codes which are country specific | No |
inflationRateShortTerm | decimal | Anticipated inflation rate for short term | Yes |
inflationRateLongTerm | decimal | Anticipated inflation rate for long term | Yes |
savingsAccountInterestRate | string | Yes | |
retirementAgeMale | integer | Average retirement age for male | Yes |
retirementAgeFemale | integer | Average retirement age for female | Yes |
lifeExpectancyMale | integer | Average life expectancy for male | Yes |
lifeExpectancyFemale | integer | Average life expectancy for male | Yes |
annualWageGrowthShortTerm | decimal | Yes | |
annualWageGrowthLongTerm | decimal | Yes | |
averageSavingsRate | decimal | Yes | |
dateCreated | date | Timestamp details | No |