A Loan Transaction is an event that has an impact on a loan, typically the balance.
Name | Datatype | Description |
---|---|---|
date | datetime | The observation or value date for the data in this object. Formatted as YYYY-MM-DDTHH:MM:SSZ in accordance with ISO 8601. |
amount | int | The size of the transaction in the loan transaction event. Monetary type represented as a naturally positive integer number of cents/pence. |
id | string | The unique identifier for the record within the firm. |
source | string ? | The source(s) where this data originated. If more than one source needs to be stored for data lineage, it should be separated by a dash. eg. Source1-Source2 |
version_id | string ? | The version identifier of the data such as the firm's internal batch identifier. |
type | fire.model.loan_transaction_type ? | The type of impact on the balance of the loan. |
currency_code | fire.model.currency_code ? | |
loan_id | string | The unique identifier for the affected loan/s within the financial institution. |
value_date | datetime ? | The timestamp that the transaction was valued or took place. YYYY-MM-DDTHH:MM:SSZ in accordance with ISO 8601. |