Skip to content

Commit

Permalink
'Protobuf files change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Build System committed Nov 24, 2023
1 parent b278641 commit a2e9500
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a2e9500

Please sign in to comment.