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

A payment frequency code from the CDM CalculationPeriodFrequencyEnum. More...

#include <payment_frequency.hpp>

Collaboration diagram for payment_frequency:
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 CDM code (e.g. "Annual", "Quarterly", "Daily").
 
std::string name
 Human-readable name (e.g. "Quarterly").
 
std::string description
 Description of the frequency.
 
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 payment frequency code from the CDM CalculationPeriodFrequencyEnum.

Payment frequencies define how often cash flows occur. The canonical codes follow CDM / FpML naming:

ORE XML allows short aliases ("A", "S", "Q", "B", "M", "L", "W", "D", "Z"). The mapper normalises all aliases to the canonical CDM code.