|
ORE Studio 0.0.4
|
Represents a portfolio in the database. More...
#include <portfolio_entity.hpp>

Public Attributes | |
| sqlgen::PrimaryKey< std::string > | id |
| std::string | tenant_id |
| int | version = 0 |
| std::string | party_id |
| std::string | name |
| std::string | description |
| std::optional< std::string > | parent_portfolio_id |
| std::optional< std::string > | owner_unit_id |
| std::string | purpose_type |
| std::string | aggregation_ccy |
| int | is_virtual |
| std::string | status |
| std::string | modified_by |
| std::string | performed_by |
| std::string | change_reason_code |
| std::string | change_commentary |
| db_timestamp | valid_from = "9999-12-31 23:59:59" |
| db_timestamp | valid_to = "9999-12-31 23:59:59" |
Static Public Attributes | |
| static constexpr const char * | schema = "public" |
| static constexpr const char * | tablename = "ores_refdata_portfolios_tbl" |
Represents a portfolio in the database.