instruments
Module for various financial instruments.
Modules:
-
amortizing_fixed_rate_loan
– -
base
–Define the base classes and enumerations for financial instruments.
-
cash
–Define the Cash class representing cash.
-
commitment
–Define the Commitment class representing commitments.
-
common_equity
–Define the CommonEquity class representing common equity instruments.
-
covered_bond
–Define the CoveredBond class representing covered bond instruments.
-
credit_card
–Define the CreditCard class representing credit card instruments.
-
deposit
–Define the Deposit class representing customer deposit.
-
fixed_rate_bond
– -
letter_of_credit
–Define the LetterOfCredit classes representing letters of credit.
-
mock
–Contains mock instruments and visitors for testing purposes.
-
mortgage
–Mortgages.
-
personal_loan
–Define the PersonalLoan class representing personal loan instruments.
-
registry
–Module for registering and checking instrument types.
-
repurchase_agreement
–Define the RepurchaseAgreement class representing repo instruments.
-
treasury_security
–Treasury securities: Treasury Bills, Treasury Notes, and Treasury Bonds.
-
visitors
–