Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add underwriting to security schema #356

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions documentation/properties/purpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions v1-dev/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@
"share_capital",
"single_collateral_pool",
"trade_finance",
"underwriting",
"variation_margin"
]
},
Expand Down
Loading