|
ORE Studio 0.0.4
|
A compounding method code from the CDM CompoundingMethodEnum. More...
#include <compounding_method.hpp>

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. "Simple", "Compounded", "Continuous"). | |
| std::string | name |
| Human-readable name (e.g. "Continuously Compounded"). | |
| std::string | description |
| Description of the compounding 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. | |
A compounding method code from the CDM CompoundingMethodEnum.
Compounding methods define how interest accumulates between payment dates. The canonical codes follow CDM naming:
ORE uses underscore notation ("Simple", "Compounded", "Continuous", "SimpleThenCompounded"). The mapper normalises to canonical CDM codes.