Classes for representing an expiry for use in market quotes. More...
#include <ql/shared_ptr.hpp>
#include <ored/utilities/serializationdate.hpp>
#include <ored/utilities/serializationperiod.hpp>
#include <ql/time/date.hpp>
#include <ql/types.hpp>
#include <string>
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/export.hpp>
Go to the source code of this file.
Classes | |
class | Expiry |
class | ExpiryDate |
class | ExpiryPeriod |
class | FutureContinuationExpiry |
Namespaces | |
namespace | ore |
Serializable Credit Default Swap. | |
namespace | ore::data |
Functions | |
ostream & | operator<< (std::ostream &os, const Expiry &expiry) |
Write strike to stream. More... | |
QuantLib::ext::shared_ptr< Expiry > | parseExpiry (const std::string &strExpiry) |
Parse an Expiry from its string representation, strExpiry . More... | |
BOOST_CLASS_EXPORT_KEY (ore::data::ExpiryDate) | |
BOOST_CLASS_EXPORT_KEY (ore::data::ExpiryPeriod) | |
BOOST_CLASS_EXPORT_KEY (ore::data::FutureContinuationExpiry) | |
Classes for representing an expiry for use in market quotes.
Definition in file expiry.hpp.
BOOST_CLASS_EXPORT_KEY | ( | ore::data::ExpiryDate | ) |
BOOST_CLASS_EXPORT_KEY | ( | ore::data::ExpiryPeriod | ) |
BOOST_CLASS_EXPORT_KEY | ( | ore::data::FutureContinuationExpiry | ) |