|
|
| DefaultCurveConfig (const string &curveId, const string &curveDescription, const string ¤cy, const std::map< int, Config > &configs) |
| | the curve builder will try to build the configs by ascending key in the map, first success wins
|
|
| DefaultCurveConfig (const string &curveID, const string &curveDescription, const string ¤cy, const Config &config) |
| | single config ctor
|
|
| DefaultCurveConfig () |
| | default ctor
|
|
| CurveConfig (const string &curveID, const string &curveDescription, const vector< string > "es=vector< string >()) |
| | Detailed constructor.
|
|
| CurveConfig () |
| | Default constructor.
|
|
const string & | curveID () const |
|
const string & | curveDescription () const |
|
set< string > | requiredCurveIds (const CurveSpec::CurveType &curveType) const |
|
set< string > | requiredNames (const MarketObject o, const std::string &configuration) const |
|
map< CurveSpec::CurveType, set< string > > | requiredCurveIds () const |
|
map< MarketObject, set< string > > | requiredNames (const std::string &configuration) const |
|
map< pair< MarketObject, string >, set< string > > | requiredNames () const |
|
string & | curveID () |
|
string & | curveDescription () |
|
void | setRequiredCurveIds (const CurveSpec::CurveType &curveType, const set< string > &ids) |
|
void | setRequiredCurveIds (const map< CurveSpec::CurveType, set< string > > &ids) |
|
void | setRequiredNames (const MarketObject o, const std::string &configuration, const set< string > &ids) |
|
void | setRequiredNames (const map< std::pair< MarketObject, std::string >, set< string > > &ids) |
| virtual const vector< string > & | quotes () |
| | Return all the market quotes required for this config.
|
|
void | fromFile (const std::string &filename) |
|
void | toFile (const std::string &filename) const |
|
void | fromXMLString (const std::string &xml) |
| | Parse from XML string.
|
|
std::string | toXMLString () const |
| | Parse from XML string.
|
|
std::string | toXMLStringUnformatted () const |
Default curve configuration.