From a2e9500c3d970108f93698d39c59513ca3229e47 Mon Sep 17 00:00:00 2001 From: Build System Date: Fri, 24 Nov 2023 09:19:41 +0000 Subject: [PATCH] 'Protobuf files change' --- .../apis/services/static_data/v1/static_data.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/systemathics/apis/services/static_data/v1/static_data.proto b/src/systemathics/apis/services/static_data/v1/static_data.proto index 131dd08..c2fa869 100644 --- a/src/systemathics/apis/services/static_data/v1/static_data.proto +++ b/src/systemathics/apis/services/static_data/v1/static_data.proto @@ -979,6 +979,10 @@ message BondEntry double issue_price = 41; // Specific values for the bond: Current amount of the issue outstanding. double total = 42; + // Specific values for the bond: The face amount. + double face_amount = 43; + // Specific values for the bond: The seniority or guarantee. + string seniority = 44; } // Contains the reference data for Credit default swap (CDS).