Represents a balance account within a profile.
Type of balance account.
STANDARD- Standard balance account. Only one per currency per profile.SAVINGS- Savings balance (Jar). Multiple allowed per currency.
Enum:"STANDARD""SAVINGS"
Example:"STANDARD"
Investment state of the balance.
NOT_INVESTED- Balance is not invested.INVESTED- Balance is invested in assets.INVESTING- Balance is being invested into assets.DIVESTING- Balance is being divested from assets.UNKNOWN- Investment state is unknown.
Enum:"NOT_INVESTED""INVESTED""INVESTING""DIVESTING""UNKNOWN"
Example:"NOT_INVESTED"
Date when the balance was last modified.
Example:"2020-05-20T14:43:16.658Z"
{ "id": 200001, "currency": "EUR", "type": "STANDARD", "name": null, "icon": null, "investmentState": "NOT_INVESTED", "amount": { "value": 310.86, "currency": "EUR" }, "reservedAmount": { "value": 0, "currency": "EUR" }, "cashAmount": { "value": 310.86, "currency": "EUR" }, "totalWorth": { "value": 310.86, "currency": "EUR" }, "creationTime": "2020-05-20T14:43:16.658Z", "modificationTime": "2020-05-20T14:43:16.658Z", "visible": true }