From 2d4456fc5c6830e0b2024d0b131204bb46892d2e Mon Sep 17 00:00:00 2001 From: kamil Date: Wed, 14 Aug 2024 14:32:15 +0100 Subject: [PATCH] add settlement days --- documentation/properties/settlement_days.md | 11 +++++++++++ v1-dev/security.json | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 documentation/properties/settlement_days.md diff --git a/documentation/properties/settlement_days.md b/documentation/properties/settlement_days.md new file mode 100644 index 00000000..10bdb7fb --- /dev/null +++ b/documentation/properties/settlement_days.md @@ -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. \ No newline at end of file diff --git a/v1-dev/security.json b/v1-dev/security.json index 8a67d47f..bd0c92ce 100644 --- a/v1-dev/security.json +++ b/v1-dev/security.json @@ -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",