ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
zero_convention_entity Struct Reference

Represents a zero convention in the database. More...

#include <zero_convention_entity.hpp>

Collaboration diagram for zero_convention_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
std::string tenant_id
 
int version = 0
 
bool tenor_based = false
 
std::string day_count_fraction
 
std::optional< std::string > compounding
 
std::optional< std::string > compounding_frequency
 
std::optional< std::string > tenor_calendar
 
std::optional< int > spot_lag
 
std::optional< std::string > spot_calendar
 
std::optional< std::string > roll_convention
 
std::optional< bool > end_of_month
 
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 Public Attributes

static constexpr const char * schema = "public"
 
static constexpr const char * tablename = "ores_refdata_zero_conventions_tbl"
 

Detailed Description

Represents a zero convention in the database.