Represents a swap leg in the database.
More...
#include <swap_leg_entity.hpp>
|
|
sqlgen::PrimaryKey< std::string > | id |
| |
|
std::string | tenant_id |
| |
|
int | version = 0 |
| |
|
std::string | instrument_id |
| |
|
int | leg_number = 1 |
| |
|
std::string | leg_type_code |
| |
|
std::string | day_count_fraction_code |
| |
|
std::string | business_day_convention_code |
| |
|
std::string | payment_frequency_code |
| |
|
std::optional< std::string > | floating_index_code |
| |
|
std::optional< double > | fixed_rate |
| |
|
std::optional< double > | spread |
| |
|
double | notional = 0.0 |
| |
|
std::string | currency |
| |
|
std::string | modified_by |
| |
|
std::string | performed_by |
| |
|
std::string | change_reason_code |
| |
|
std::string | change_commentary |
| |
|
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > | valid_from = "9999-12-31 23:59:59" |
| |
|
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > | valid_to = "9999-12-31 23:59:59" |
| |
|
|
static constexpr const char * | schema = "public" |
| |
|
static constexpr const char * | tablename = "ores_trading_swap_legs_tbl" |
| |
Represents a swap leg in the database.