Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions documentation/properties/purpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**.

Expand Down
6 changes: 5 additions & 1 deletion schemas/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading