|
| ostream & | operator<< (ostream &out, const SimmConfiguration::SimmSide &s) |
| |
| ostream & | operator<< (ostream &out, const SimmConfiguration::RiskClass &rc) |
| |
| ostream & | operator<< (ostream &out, const SimmConfiguration::MarginType &mt) |
| |
| ostream & | operator<< (ostream &out, const SimmConfiguration::IMModel &model) |
| |
| ostream & | operator<< (ostream &out, const SimmConfiguration::Regulation ®ulation) |
| |
| SimmConfiguration::SimmSide | parseSimmSide (const string &side) |
| |
| SimmConfiguration::RiskClass | parseSimmRiskClass (const string &rc) |
| |
| SimmConfiguration::MarginType | parseSimmMarginType (const string &mt) |
| |
| SimmConfiguration::IMModel | parseIMModel (const string &model) |
| |
| SimmConfiguration::Regulation | parseRegulation (const string ®ulation) |
| |
| string | combineRegulations (const string ®s1, const string ®s2) |
| |
| set< string > | parseRegulationString (const std::string ®sString, const std::set< std::string > &valueIfEmpty={"Unspecified"}) |
| | Reads a string containing regulations applicable for a given CRIF record. More...
|
| |
| string | sortRegulationString (const string ®sString) |
| |
| string | removeRegulations (const std::string ®sString, const std::vector< std::string > ®sToRemove) |
| | Removes a given vector of regulations from a string of regulations and returns a string with the regulations removed. More...
|
| |
| string | filterRegulations (const string ®sString, const vector< string > ®sToFilter) |
| |
| SimmConfiguration::Regulation | getWinningRegulation (const std::vector< std::string > &winningRegulations) |
| | From a vector of regulations, determine the winning regulation based on order of priority. More...
|
| |