diff --git a/documentation/properties/purpose.md b/documentation/properties/purpose.md index ed7ef757..24c57256 100644 --- a/documentation/properties/purpose.md +++ b/documentation/properties/purpose.md @@ -909,6 +909,7 @@ The **other** enum value can be used when none of the other enum values apply or ├── insurance ├── back_to_back ├── ocir +├── underwriting └── other ``` ### investment_advice @@ -920,6 +921,8 @@ The [Mifid Directive][midifdir] defines in Article 4(8) portfolio management as: ### trade_finance From [CRR][crr] definitions (80): > **Trade finance** means financing, including guarantees, connected to the exchange of goods and services through financial products of fixed short-term maturity, generally of less than one year, without automatic rollover; +### underwriting +> **underwriting** identifies underwriting transactions in order to calculate reduced capital requirements per [CRR][crr] Article 345. ### variation_margin Defined in accordance with Article 30(1) and Article 30(3) of the [LCR][lcr] regulation: diff --git a/v1-dev/security.json b/v1-dev/security.json index 8a67d47f..46756701 100644 --- a/v1-dev/security.json +++ b/v1-dev/security.json @@ -511,6 +511,7 @@ "share_capital", "single_collateral_pool", "trade_finance", + "underwriting", "variation_margin" ] },