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

A day count fraction code from the FpML DayCountFractionEnum. More...

#include <day_count_fraction.hpp>

Collaboration diagram for day_count_fraction:
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
 Canonical FpML code (e.g. "ACT/360", "30E/360", "ACT/ACT.ISDA").
 
std::string name
 Human-readable name (e.g. "Actual/360").
 
std::string description
 Description of the calculation method.
 
int display_order = 0
 Suggested display order in UI lists.
 
std::string modified_by
 Username of the person who recorded this version.
 
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.
 

Detailed Description

A day count fraction code from the FpML DayCountFractionEnum.

Day count fractions define how interest accrues between dates. The canonical codes follow FpML 5.x / ISDA naming conventions:

ORE XML allows many aliases (e.g. "A360", "Actual/360", "ACT/360"). The mapper normalises all aliases to the canonical FpML code.