Represents a cds convention in the database.
More...
#include <cds_convention_entity.hpp>
|
|
sqlgen::PrimaryKey< std::string > | id |
| |
|
std::string | tenant_id |
| |
|
int | version = 0 |
| |
|
int | settlement_days = 0 |
| |
|
std::string | calendar |
| |
|
std::string | frequency |
| |
|
std::string | payment_convention |
| |
|
std::string | rule |
| |
|
std::string | day_count_fraction |
| |
|
bool | settles_accrual = false |
| |
|
bool | pays_at_default_time = false |
| |
|
std::optional< int > | upfront_settlement_days |
| |
|
std::optional< std::string > | last_period_day_count_fraction |
| |
|
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_cds_conventions_tbl" |
| |
Represents a cds convention in the database.