Skip to main content

InvestmentProduct

idstring

Product ID

namestring

Product name

currencystring

Currency

typestring

Product type (e.g. Flex)

startDateint64

Investment start date (Unix ms)

interestStartDateint64

Interest accrual start date (Unix ms)

rates object[]

Interest rate tiers

  • Array [
  • daysinteger

    Duration in days

    ratenumber

    Interest rate

  • ]
  • compoundingboolean

    Whether the product compounds

    autoRenewSupportedboolean

    Whether auto-renew is supported

    dailyLimitnumber

    Daily investment limit

    minSizenumber

    Minimum investment size

    incrementalSizenumber

    Investment step size

    InvestmentProduct
    {
    "id": "string",
    "name": "string",
    "currency": "string",
    "type": "string",
    "startDate": 0,
    "interestStartDate": 0,
    "rates": [
    {
    "days": 0,
    "rate": 0
    }
    ],
    "compounding": true,
    "autoRenewSupported": true,
    "dailyLimit": 0,
    "minSize": 0,
    "incrementalSize": 0
    }