Skip to main content

Interestproductsettingsapiv1

accrueInterestAfterMaturityboolean

Description for accrueInterestAfterMaturity in InterestProductSettingsApiV1

defaultInterestRatenumber

Description for defaultInterestRate in InterestProductSettingsApiV1

encodedKeystring

Description for encodedKey in InterestProductSettingsApiV1

indexSourceKeystring

Description for indexSourceKey in InterestProductSettingsApiV1

interestChargeFrequencystring

Description for interestChargeFrequency in InterestProductSettingsApiV1

Possible values: [EVERY_WEEK, ANNUALIZED, EVERY_MONTH, EVERY_X_DAYS, EVERY_FOUR_WEEKS, EVERY_DAY]

interestChargeFrequencyCountnumber

Description for interestChargeFrequencyCount in InterestProductSettingsApiV1

interestRateCeilingValuenumber

Description for interestRateCeilingValue in InterestProductSettingsApiV1

interestRateFloorValuenumber

Description for interestRateFloorValue in InterestProductSettingsApiV1

interestRateReviewCountnumber

Description for interestRateReviewCount in InterestProductSettingsApiV1

interestRateReviewUnitstring

Description for interestRateReviewUnit in InterestProductSettingsApiV1

Possible values: [MONTHS, WEEKS, DAYS]

interestRateSourcestring

Description for interestRateSource in InterestProductSettingsApiV1

Possible values: [FIXED_INTEREST_RATE, INDEX_INTEREST_RATE]

interestRateTermsstring

Description for interestRateTerms in InterestProductSettingsApiV1

Possible values: [TIERED_PERIOD, FIXED, TIERED]

interestRateTiers object[]

Description for interestRateTiers in InterestProductSettingsApiV1

  • Array [
  • encodedKeystring

    Description for encodedKey in InterestRateTierApiV1

    endingBalancenumber

    Description for endingBalance in InterestRateTierApiV1

    endingDaynumber

    Description for endingDay in InterestRateTierApiV1

    indexnumber

    Description for index in InterestRateTierApiV1

    interestRatenumber

    Description for interestRate in InterestRateTierApiV1

  • ]
  • maxInterestRatenumber

    Description for maxInterestRate in InterestProductSettingsApiV1

    minInterestRatenumber

    Description for minInterestRate in InterestProductSettingsApiV1

    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
    }