Serializable object holding Derived schedule data. More...
#include <ored/portfolio/schedule.hpp>
Inheritance diagram for ScheduleDerived:Public Member Functions | |
| ScheduleDerived () | |
| Default constructor. | |
| ScheduleDerived (const string &baseSchedule, const string &calendar, const string &convention, const string &shift, const bool removeFirstDate=false, const bool removeLastDate=false) | |
| Constructor. | |
Inspectors | |
| const string & | baseSchedule () const |
| const string & | calendar () const |
| const string & | convention () const |
| const string & | shift () const |
| bool | removeFirstDate () const |
| bool | removeLastDate () const |
Modifiers | |
| string & | modifyCalendar () |
| string & | modifyConvention () |
| string & | modifyShift () |
Public Member Functions inherited from XMLSerializable | |
| 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. | |
Serialisation | |
| virtual void | fromXML (XMLNode *node) override |
| virtual XMLNode * | toXML (XMLDocument &doc) const override |
Serializable object holding Derived schedule data.