ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
business_centre Struct Referencefinal

Represents a business centre using FpML-style codes. More...

#include <business_centre.hpp>

Collaboration diagram for business_centre:
Collaboration graph

Public Attributes

int version = 0
 Version number for optimistic locking and change tracking.
 
utility::uuid::tenant_id tenant_id = utility::uuid::tenant_id::system()
 Tenant identifier for multi-tenancy isolation.
 
std::string code
 FpML-style business centre code (e.g., "USNY", "GBLO").
 
std::string source
 Data source identifier (e.g., "FpML", "ISDA").
 
std::string description
 Human-readable description of the business centre.
 
std::string city_name
 City name derived from description.
 
std::string coding_scheme_code
 Code of the coding scheme this business centre belongs to.
 
std::string country_alpha2_code
 ISO 3166-1 alpha-2 code of the country (e.g., "US", "GB").
 
std::optional< boost::uuids::uuid > image_id
 Optional reference to an image in the images table.
 
std::string modified_by
 Username of the person who recorded this version in the system.
 
std::string change_reason_code
 Code identifying the reason for the change.
 
std::string change_commentary
 Free-text commentary explaining the change.
 
std::string performed_by
 Username of the account that performed this operation.
 
std::chrono::system_clock::time_point recorded_at
 Timestamp when this version of the record was recorded in the system.
 

Detailed Description

Represents a business centre using FpML-style codes.

Business centres identify financial trading locations used for holiday calendar determination (e.g., "USNY" for New York, "GBLO" for London).

Member Data Documentation

◆ change_reason_code

std::string change_reason_code

Code identifying the reason for the change.

References change_reasons table (soft FK).