diff --git a/documentation/properties/purpose.md b/documentation/properties/purpose.md index 033374b2..de3fa7f5 100644 --- a/documentation/properties/purpose.md +++ b/documentation/properties/purpose.md @@ -34,6 +34,10 @@ The **purpose** property describes the reason behind the creation or usage of th │ │ └── dealing_rev_debt_recl │ ├── dealing_rev_deposits │ ├── dealing_rev_non_fin +│ │ └── deal_rev_non_fi_intang +│ │ └── deal_rev_non_fi_other +│ │ └── deal_rev_non_fi_ppe +│ │ └── deal_rev_non_fi_prop │ ├── dealing_rev_fx │ │ └── dealing_rev_fx_nse │ ├── dealing_rev_sec @@ -575,6 +579,18 @@ Describes an account that holds the amount of profits or losses arising from the ### dealing_rev_non_fin Describes an account that holds the amount of profits or losses arising from the purchase, sale and holdings of non financial assets. +### deal_rev_non_fi_intang +Describes an account that holds the amount of profits or losses arising from the purchase, sale and holdings of intangible assets. + +### deal_rev_non_fi_other +Describes an account that holds the amount of profits or losses arising from the purchase, sale and holdings of other non financial assets. + +### deal_rev_non_fi_ppe +Describes an account that holds the amount of profits or losses arising from the purchase, sale and holdings of ppe. + +### deal_rev_non_fi_prop +Describes an account that holds the amount of profits or losses arising from the purchase, sale and holdings of investment properties. + ### dealing_rev_sec Describes an account that holds the amount of profits or losses arising from the purchase, sale and holdings of **securities**. diff --git a/schemas/account.json b/schemas/account.json index 1c839547..e6cbfe23 100644 --- a/schemas/account.json +++ b/schemas/account.json @@ -604,6 +604,10 @@ "critical_service", "current_account_fee", "custody", + "deal_rev_non_fi_intang", + "deal_rev_non_fi_other", + "deal_rev_non_fi_ppe", + "deal_rev_non_fi_prop", "dealing_rev_cr", "dealing_rev_dbt_issue", "dealing_rev_debt", @@ -628,7 +632,7 @@ "dealing_rev_ir", "dealing_rev_loan", "dealing_rev_loan_recl", - "dealing_rev_non_fin", + "dealing_rev_non_fin", "dealing_rev_oth_finan", "dealing_rev_sec", "dealing_rev_sec_nse",