{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HistoricalBalance", "title": "HistoricalBalance", "type": "object", "properties": { "date": { "type": "string", "description": "Date for which the account balance was provided. This balance could be a carryforward, calculated or a scraped balance.
Additional Details:
Scraped: Balance shown in the provider site. This balance gets stored in Yodlee system during system/user account updates.
CarryForward: Balance carried forward from the scraped balance to the days for which the balance was not available in the system. Balance may not be available for all the days in the system due to MFA information required, error in the site, credential changes, etc.
calculated: Balances that gets calculated for the days that are prior to the account added date.

Aggregated / Manual: Both
Applicable containers: bank, creditCard, investment, insurance, realEstate, loan
Endpoints:", "readOnly": true }, "isAsset": { "type": "boolean", "description": "Indicates whether the balance is an asset or liability.

Aggregated / Manual: Both
Applicable containers: bank, creditCard, investment, insurance, realEstate, loan
Endpoints:", "readOnly": true }, "balance": { "$ref": "#/components/schemas/Money" }, "asOfDate": { "type": "string", "description": "Date as of when the balance is last updated due to the auto account updates or user triggered updates. This balance will be carry forward for the days where there is no balance available in the system.

Aggregated / Manual: Both
Applicable containers: bank, creditCard, investment, insurance, realEstate, loan
Endpoints:", "readOnly": true }, "dataSourceType": { "type": "string", "description": "The source of balance information.

Aggregated / Manual: Both
Applicable containers: bank, creditCard, investment, insurance, realEstate, loan
Endpoints:Applicable Values
", "readOnly": true, "enum": [ "S", "C", "CF" ] } } }