Skip to content

Commit 8f2552c

Browse files
authored
Merge pull request #333 from SuadeLabs/unsettled-security-status
New status enum under unsettled
2 parents ea0f87d + 963bbca commit 8f2552c

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

documentation/properties/status.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ This is a loan where the customer has defaulted or is non-performing.
9595
├── called_up
9696
├── bankruptcy_remote
9797
├── unsettled
98+
└── free_deliveries
9899
└── non_operational
99100
```
100101

@@ -123,16 +124,24 @@ This indicates that the security does not meet the requirements set in Article 8
123124
### unsettled
124125
This indicates that the transaction is still unsettled after its due delivery date. Under the Basel framework, this transaction would be in scope for the requirements defined under [the capital treatment of unsettled transactions and failed trades][CRE70]"
125126

127+
### free_deliveries
128+
129+
From [CRE70.10](https://www.bis.org/basel_framework/chapter/CRE/70.htm#:~:text=Capital%20requirements%20for%20non%2DDvP%20transactions%20(free%20deliveries)), free deliveries are a specific type of unsettled transaction. Indicates that cash is paid without receipt of the corresponding receivable (securities, foreign currencies, gold, or commodities) or, conversely, deliverables were delivered without receipt of the corresponding cash payment (non-DvP, or free deliveries) expose firms to a risk of loss on the full amount of cash paid or deliverables delivered.
130+
126131

127132
## Derivative
128133
```bash
129134
└── unsettled
135+
└── free_deliveries
130136
```
131137

132138
### unsettled
133139

134140
This indicates that the transaction is still unsettled after its due delivery date. Under the Basel framework, this transaction would be in scope for the requirements defined under [the capital treatment of unsettled transactions and failed trades][CRE70]"
135141

142+
### free_deliveries
143+
144+
From [CRE70.10](https://www.bis.org/basel_framework/chapter/CRE/70.htm#:~:text=Capital%20requirements%20for%20non%2DDvP%20transactions%20(free%20deliveries)), free deliveries are a specific type of unsettled transaction. Indicates that cash is paid without receipt of the corresponding receivable (securities, foreign currencies, gold, or commodities) or, conversely, deliverables were delivered without receipt of the corresponding cash payment (non-DvP, or free deliveries) expose firms to a risk of loss on the full amount of cash paid or deliverables delivered.
136145

137146
---
138147
[lcr]: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32015R0061

v1-dev/derivative.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@
300300
"description": "Provides additional information regarding the status of the derivative.",
301301
"type": "string",
302302
"enum": [
303+
"free_deliveries",
303304
"unsettled"
304305
]
305306
},

v1-dev/security.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@
681681
"enum": [
682682
"bankruptcy_remote",
683683
"called_up",
684+
"free_deliveries",
684685
"non_operational",
685686
"paid_up",
686687
"unsettled"

0 commit comments

Comments
 (0)