Interestproductsettingsapiv1
Description for accrueInterestAfterMaturity in InterestProductSettingsApiV1
Description for defaultInterestRate in InterestProductSettingsApiV1
Description for encodedKey in InterestProductSettingsApiV1
Description for indexSourceKey in InterestProductSettingsApiV1
Description for interestChargeFrequency in InterestProductSettingsApiV1
Possible values: [EVERY_WEEK, ANNUALIZED, EVERY_MONTH, EVERY_X_DAYS, EVERY_FOUR_WEEKS, EVERY_DAY]
Description for interestChargeFrequencyCount in InterestProductSettingsApiV1
Description for interestRateCeilingValue in InterestProductSettingsApiV1
Description for interestRateFloorValue in InterestProductSettingsApiV1
Description for interestRateReviewCount in InterestProductSettingsApiV1
Description for interestRateReviewUnit in InterestProductSettingsApiV1
Possible values: [MONTHS, WEEKS, DAYS]
Description for interestRateSource in InterestProductSettingsApiV1
Possible values: [FIXED_INTEREST_RATE, INDEX_INTEREST_RATE]
Description for interestRateTerms in InterestProductSettingsApiV1
Possible values: [TIERED_PERIOD, FIXED, TIERED]
interestRateTiers object[]
Description for interestRateTiers in InterestProductSettingsApiV1
Description for encodedKey in InterestRateTierApiV1
Description for endingBalance in InterestRateTierApiV1
Description for endingDay in InterestRateTierApiV1
Description for index in InterestRateTierApiV1
Description for interestRate in InterestRateTierApiV1
Description for maxInterestRate in InterestProductSettingsApiV1
Description for minInterestRate in InterestProductSettingsApiV1
{
"accrueInterestAfterMaturity": true,
"defaultInterestRate": 0,
"encodedKey": "string",
"indexSourceKey": "string",
"interestChargeFrequency": "EVERY_WEEK",
"interestChargeFrequencyCount": 0,
"interestRateCeilingValue": 0,
"interestRateFloorValue": 0,
"interestRateReviewCount": 0,
"interestRateReviewUnit": "MONTHS",
"interestRateSource": "FIXED_INTEREST_RATE",
"interestRateTerms": "TIERED_PERIOD",
"interestRateTiers": [
{
"encodedKey": "string",
"endingBalance": 0,
"endingDay": 0,
"index": 0,
"interestRate": 0
}
],
"maxInterestRate": 0,
"minInterestRate": 0
}