Skip to content

Commit

Permalink
add settlement days
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil committed Aug 14, 2024
1 parent c926c46 commit 2d4456f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/properties/settlement_days.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: property
title: "settlement_days"
schemas: [security]
---

# settlement_days

---

The **settlement_days** property specifies the market standard number of days expected for the settlement of the security. The default settlement period is assumed as T+1 for US secutities, where T is the transaction trade_date, and T+2 for all other securities.
4 changes: 4 additions & 0 deletions v1-dev/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,10 @@
"subordinated_unsecured"
]
},
"settlement_days": {
"description": "The market standard settlement period of the security.",
"type": "number"
},
"sft_type": {
"description": "The sft_type parameter defines the transaction mechanism conducted for the SFT for this security product.",
"type": "string",
Expand Down

0 comments on commit 2d4456f

Please sign in to comment.