FIRE schema for representing bulk collections of bank objects.
Name | Datatype | Description |
---|---|---|
data | list< tuple< account : fire.model.account, collateral : fire.model.collateral, customer : fire.model.customer, derivative : fire.model.derivative, derivative_cash_flow : fire.model.derivative_cash_flow, exchange_rate : fire.model.exchange_rate, guarantor : fire.model.guarantor, issuer : fire.model.issuer, loan : fire.model.loan, loan_transaction : fire.model.loan_transaction, security : fire.model.security > > | An array of data items of a single type |
count | int ? | Number of records in this batch |
name | string | A unique identifier for the data batch |
links | list< fire.model.batch_links > ? | An array describing the page structure of the full data batch |