Data to use to set values of test accounts. Some values cannot be specified in the schema and will instead will be calculated from other test data in order to achieve more consistent, realistic test data.
Name | Type | Description | Notes |
---|---|---|---|
type | OverrideAccountType | ||
subtype | AccountSubtype | ||
starting_balance | float | If provided, the account will start with this amount as the current balance. | |
force_available_balance | float | If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time. | |
currency | str | ISO-4217 currency code. If provided, the account will be denominated in the given currency. Transactions will also be in this currency by default. | |
meta | Meta | ||
numbers | Numbers | ||
transactions | [TransactionOverride] | Specify the list of transactions on the account. | |
identity | OwnerOverride | ||
liability | LiabilityOverride | ||
inflow_model | InflowModel | ||
holdings | HoldingsOverride | [optional] | |
investment_transactions | InvestmentsTransactionsOverride | [optional] | |
income | IncomeOverride | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |