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

An asset class entry from the refdata catalogue. More...

#include <asset_class_info.hpp>

Collaboration diagram for asset_class_info:
Collaboration graph

Public Attributes

std::string code
 e.g. "fx", "rates", "Commodity"
 
std::string description
 Display label, e.g. "FX", "Rates".
 
std::string coding_scheme_code
 e.g. "ORE_ASSET_CLASS", "FPML_ASSET_CLASS"
 

Detailed Description

An asset class entry from the refdata catalogue.

Carries the code, human-readable description and coding scheme so callers can build display labels and filter values without hard-coding them.