Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
expiry.cpp File Reference
#include <ored/marketdata/expiry.hpp>
#include <ored/utilities/parsers.hpp>
#include <ored/utilities/to_string.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>

Go to the source code of this file.

Namespaces

namespace  ore
 Serializable Credit Default Swap.
 
namespace  ore::data
 

Functions

bool operator== (const Expiry &lhs, const Expiry &rhs)
 
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_IMPLEMENT (ore::data::ExpiryDate)
 
 BOOST_CLASS_EXPORT_IMPLEMENT (ore::data::ExpiryPeriod)
 
 BOOST_CLASS_EXPORT_IMPLEMENT (ore::data::FutureContinuationExpiry)
 

Function Documentation

◆ BOOST_CLASS_EXPORT_IMPLEMENT() [1/3]

BOOST_CLASS_EXPORT_IMPLEMENT ( ore::data::ExpiryDate  )

◆ BOOST_CLASS_EXPORT_IMPLEMENT() [2/3]

BOOST_CLASS_EXPORT_IMPLEMENT ( ore::data::ExpiryPeriod  )

◆ BOOST_CLASS_EXPORT_IMPLEMENT() [3/3]

BOOST_CLASS_EXPORT_IMPLEMENT ( ore::data::FutureContinuationExpiry  )