Represents a ois convention in the database.
More...
#include <ois_convention_entity.hpp>
|
|
sqlgen::PrimaryKey< std::string > | id |
| |
|
std::string | tenant_id |
| |
|
int | version = 0 |
| |
|
int | spot_lag = 0 |
| |
|
std::string | index |
| |
|
std::string | fixed_day_count_fraction |
| |
|
std::optional< std::string > | fixed_calendar |
| |
|
std::optional< int > | payment_lag |
| |
|
std::optional< bool > | end_of_month |
| |
|
std::optional< std::string > | fixed_frequency |
| |
|
std::optional< std::string > | fixed_convention |
| |
|
std::optional< std::string > | fixed_payment_convention |
| |
|
std::optional< std::string > | rule |
| |
|
std::optional< std::string > | payment_calendar |
| |
|
std::optional< int > | rate_cutoff |
| |
|
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_refdata_ois_conventions_tbl" |
| |
Represents a ois convention in the database.