Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EquityOptionWithBarrier Class Reference

#include <ored/portfolio/barrieroption.hpp>

+ Inheritance diagram for EquityOptionWithBarrier:
+ Collaboration diagram for EquityOptionWithBarrier:

Public Member Functions

 EquityOptionWithBarrier (const std::string &tradeType)
 Default constructor. More...
 
 EquityOptionWithBarrier (const std::string &tradeType, ore::data::Envelope &env, ore::data::OptionData option, BarrierData barrier, QuantLib::Date startDate, std::string calendar, const EquityUnderlying &equity, QuantLib::Currency currency, QuantLib::Real quantity, TradeStrike strike)
 Constructor. More...
 
Inspectors
QuantLib::Real quantity () const
 
void build (const QuantLib::ext::shared_ptr< ore::data::EngineFactory > &ef) override
 
- Public Member Functions inherited from EquitySingleAssetDerivative
const string & equityName () const
 
- Public Member Functions inherited from Trade
 Trade ()
 Default constructor. More...
 
 Trade (const string &tradeType, const Envelope &env=Envelope(), const TradeActions &ta=TradeActions())
 Base class constructor. More...
 
virtual ~Trade ()
 Default destructor. More...
 
virtual void build (const QuantLib::ext::shared_ptr< EngineFactory > &)=0
 
virtual std::map< std::string, RequiredFixings::FixingDatesfixings (const QuantLib::Date &settlementDate=QuantLib::Date()) const
 
const RequiredFixingsrequiredFixings () const
 
virtual std::map< AssetClass, std::set< std::string > > underlyingIndices (const QuantLib::ext::shared_ptr< ReferenceDataManager > &referenceDataManager=nullptr) const
 
void reset ()
 Reset trade, clear all base class data. This does not reset accumulated timings for this trade. More...
 
void resetPricingStats (const std::size_t numberOfPricings=0, const boost::timer::nanosecond_type cumulativePricingTime=0)
 Reset accumulated timings to given values. More...
 
string & id ()
 Set the trade id. More...
 
void setEnvelope (const Envelope &envelope)
 Set the envelope with counterparty and portfolio info. More...
 
void setAdditionalData (const std::map< std::string, boost::any > &additionalData)
 
TradeActionstradeActions ()
 Set the trade actions. More...
 
const string & id () const
 
const string & tradeType () const
 
const Envelopeenvelope () const
 
const set< string > & portfolioIds () const
 
const TradeActionstradeActions () const
 
const QuantLib::ext::shared_ptr< InstrumentWrapper > & instrument () const
 
const std::vector< QuantLib::Leg > & legs () const
 
const std::vector< string > & legCurrencies () const
 
const std::vector< bool > & legPayers () const
 
const string & npvCurrency () const
 
virtual QuantLib::Real notional () const
 Return the current notional in npvCurrency. See individual sub-classes for the precise definition. More...
 
virtual string notionalCurrency () const
 
const Date & maturity () const
 
virtual bool isExpired (const Date &d)
 
const string & issuer () const
 
template<typename T >
additionalDatum (const std::string &tag) const
 returns any additional datum. More...
 
virtual const std::map< std::string, boost::any > & additionalData () const
 returns all additional data returned by the trade once built More...
 
const std::string & sensitivityTemplate () const
 
void validate () const
 Utility to validate that everything that needs to be set in this base class is actually set. More...
 
virtual bool hasCashflows () const
 
boost::timer::nanosecond_type getCumulativePricingTime () const
 Get cumulative timing spent on pricing. More...
 
std::size_t getNumberOfPricings () const
 Get number of pricings. More...
 
- Public Member Functions inherited from XMLSerializable
virtual ~XMLSerializable ()
 
virtual void fromXML (XMLNode *node)=0
 
virtual XMLNodetoXML (XMLDocument &doc) const =0
 
void fromFile (const std::string &filename)
 
void toFile (const std::string &filename) const
 
void fromXMLString (const std::string &xml)
 Parse from XML string. More...
 
std::string toXMLString () const
 Parse from XML string. More...
 
- Public Member Functions inherited from BarrierOption
 BarrierOption ()
 Constructor. More...
 
 BarrierOption (ore::data::OptionData option, BarrierData barrier, QuantLib::Date startDate=QuantLib::Date(), const std::string &calendar=std::string())
 
void build (const QuantLib::ext::shared_ptr< ore::data::EngineFactory > &) override
 Build QuantLib/QuantExt instrument, link pricing engine. More...
 
virtual void checkBarriers ()=0
 check validity of barriers More...
 
virtual QuantLib::ext::shared_ptr< QuantLib::Index > getIndex ()=0
 
virtual const QuantLib::Real strike ()=0
 
virtual QuantLib::Real tradeMultiplier ()=0
 
virtual Currency tradeCurrency ()=0
 
virtual QuantLib::ext::shared_ptr< QuantLib::PricingEngine > vanillaPricingEngine (const QuantLib::ext::shared_ptr< EngineFactory > &ef, const QuantLib::Date &expiryDate, const QuantLib::Date &paymentDate)=0
 
virtual QuantLib::ext::shared_ptr< QuantLib::PricingEngine > barrierPricingEngine (const QuantLib::ext::shared_ptr< EngineFactory > &ef, const QuantLib::Date &expiryDate, const QuantLib::Date &paymentDate)=0
 
virtual const QuantLib::Handle< QuantLib::Quote > & spotQuote ()=0
 
virtual void additionalFromXml (ore::data::XMLNode *node)=0
 
virtual void additionalToXml (ore::data::XMLDocument &doc, ore::data::XMLNode *node) const =0
 
virtual std::string indexFixingName ()=0
 
const ore::data::OptionDataoption () const
 
const BarrierDatabarrier () const
 
const QuantLib::Date & startDate () const
 
const QuantLib::Calendar & calendar () const
 

Serialisation

QuantLib::ext::shared_ptr< QuantExt::EquityIndex2eqIndex_
 
QuantLib::Currency currency_
 
std::string currencyStr_
 
QuantLib::Real quantity_
 
TradeStrike tradeStrike_
 
void additionalFromXml (ore::data::XMLNode *node) override
 
void additionalToXml (ore::data::XMLDocument &doc, ore::data::XMLNode *node) const override
 
QuantLib::ext::shared_ptr< QuantLib::Index > getIndex () override
 
const QuantLib::Real strike () override
 
QuantLib::Real tradeMultiplier () override
 
Currency tradeCurrency () override
 
const QuantLib::Handle< QuantLib::Quote > & spotQuote () override
 
std::string indexFixingName () override
 
void fromXML (ore::data::XMLNode *node) override
 
ore::data::XMLNodetoXML (ore::data::XMLDocument &doc) const override
 

Additional Inherited Members

- Protected Member Functions inherited from EquitySingleAssetDerivative
 EquitySingleAssetDerivative (const std::string &tradeType)
 
 EquitySingleAssetDerivative (const std::string &tradeType, ore::data::Envelope &env, const EquityUnderlying &equityUnderlying)
 
- Protected Member Functions inherited from EquityDerivative
 EquityDerivative (const std::string &tradeType)
 
 EquityDerivative (const std::string &tradeType, ore::data::Envelope &env)
 
- Protected Member Functions inherited from Trade
Date addPremiums (std::vector< QuantLib::ext::shared_ptr< Instrument > > &instruments, std::vector< Real > &multipliers, const Real tradeMultiplier, const PremiumData &premiumData, const Real premiumMultiplier, const Currency &tradeCurrency, const QuantLib::ext::shared_ptr< EngineFactory > &factory, const string &configuration)
 
void setLegBasedAdditionalData (const Size legNo, Size resultLegId=Null< Size >()) const
 
void setSensitivityTemplate (const EngineBuilder &builder)
 
void setSensitivityTemplate (const std::string &id)
 
- Protected Attributes inherited from EquitySingleAssetDerivative
EquityUnderlying equityUnderlying_
 
- Protected Attributes inherited from Trade
string tradeType_
 
QuantLib::ext::shared_ptr< InstrumentWrapperinstrument_
 
std::vector< QuantLib::Leg > legs_
 
std::vector< string > legCurrencies_
 
std::vector< boollegPayers_
 
string npvCurrency_
 
QuantLib::Real notional_
 
string notionalCurrency_
 
Date maturity_
 
string issuer_
 
string sensitivityTemplate_
 
bool sensitivityTemplateSet_ = false
 
std::size_t savedNumberOfPricings_ = 0
 
boost::timer::nanosecond_type savedCumulativePricingTime_ = 0
 
RequiredFixings requiredFixings_
 
std::map< std::string, boost::any > additionalData_
 
- Protected Attributes inherited from BarrierOption
std::string calendarStr_
 

Detailed Description

Definition at line 149 of file barrieroption.hpp.

Constructor & Destructor Documentation

◆ EquityOptionWithBarrier() [1/2]

EquityOptionWithBarrier ( const std::string &  tradeType)

Default constructor.

Definition at line 152 of file barrieroption.hpp.

EquitySingleAssetDerivative(const std::string &tradeType)
Trade base class.
Definition: trade.hpp:55
const string & tradeType() const
Definition: trade.hpp:133

◆ EquityOptionWithBarrier() [2/2]

EquityOptionWithBarrier ( const std::string &  tradeType,
ore::data::Envelope env,
ore::data::OptionData  option,
BarrierData  barrier,
QuantLib::Date  startDate,
std::string  calendar,
const EquityUnderlying equity,
QuantLib::Currency  currency,
QuantLib::Real  quantity,
TradeStrike  strike 
)

Constructor.

Definition at line 156 of file barrieroption.hpp.

const BarrierData & barrier() const
const QuantLib::Date & startDate() const
const ore::data::OptionData & option() const
const QuantLib::Calendar & calendar() const
const QuantLib::Real strike() override

Member Function Documentation

◆ quantity()

QuantLib::Real quantity ( ) const

Definition at line 165 of file barrieroption.hpp.

165{ return quantity_; }

◆ build()

void build ( const QuantLib::ext::shared_ptr< ore::data::EngineFactory > &  ef)
override

Definition at line 256 of file barrieroption.cpp.

256 {
257
258 additionalData_["isdaAssetClass"] = string("Equity");
259 additionalData_["isdaBaseProduct"] = string("Option");
260 additionalData_["isdaSubProduct"] = string("Price Return Basic Performance");
261 additionalData_["isdaTransaction"] = string("");
262
263 additionalData_["quantity"] = quantity_;
264 additionalData_["strike"] = tradeStrike_.value();
265 additionalData_["strikeCurrency"] = tradeStrike_.currency();
266
267 QuantLib::Date expiryDate = parseDate(option().exerciseDates().front());
268 maturity_ = std::max(option().premiumData().latestPremiumDate(), expiryDate);
269
270 if (tradeStrike_.currency().empty())
272
273 npvCurrency_ = currency_.code();
274
275 // Notional - we really need todays spot to get the correct notional.
276 // But rather than having it move around we use strike * quantity
279
280 eqIndex_ = ef->market()->equityCurve(equityName()).currentLink();
281
283}
void build(const QuantLib::ext::shared_ptr< ore::data::EngineFactory > &) override
Build QuantLib/QuantExt instrument, link pricing engine.
QuantLib::ext::shared_ptr< QuantExt::EquityIndex2 > eqIndex_
string npvCurrency_
Definition: trade.hpp:201
QuantLib::Real notional_
Definition: trade.hpp:202
string notionalCurrency_
Definition: trade.hpp:203
std::map< std::string, boost::any > additionalData_
Definition: trade.hpp:224
void setCurrency(const std::string &currency)
std::string currency()
QuantLib::Real value() const
Currency parseCurrencyWithMinors(const string &s)
Convert text to QuantLib::Currency.
Definition: parsers.cpp:310
Date parseDate(const string &s)
Convert std::string to QuantLib::Date.
Definition: parsers.cpp:51
+ Here is the call graph for this function:

◆ additionalFromXml()

void additionalFromXml ( ore::data::XMLNode node)
overridevirtual

Implements BarrierOption.

Definition at line 285 of file barrieroption.cpp.

285 {
286 XMLNode* tmp = XMLUtils::getChildNode(node, "Underlying");
287 if (!tmp)
288 tmp = XMLUtils::getChildNode(node, "Name");
290 currencyStr_ = XMLUtils::getChildValue(node, "Currency", true);
292 tradeStrike_.fromXML(node);
293 quantity_ = XMLUtils::getChildValueAsDouble(node, "Quantity", true);
294}
void fromXML(XMLNode *node) override
Definition: underlying.cpp:81
void fromXML(XMLNode *node, const bool isRequired=true, const bool allowYieldStrike=false)
Definition: tradestrike.cpp:50
static Real getChildValueAsDouble(XMLNode *node, const string &name, bool mandatory=false, double defaultValue=0.0)
Definition: xmlutils.cpp:286
static string getChildValue(XMLNode *node, const string &name, bool mandatory=false, const string &defaultValue=string())
Definition: xmlutils.cpp:277
static XMLNode * getChildNode(XMLNode *n, const string &name="")
Definition: xmlutils.cpp:387
rapidxml::xml_node< char > XMLNode
Definition: xmlutils.hpp:60
+ Here is the call graph for this function:

◆ additionalToXml()

void additionalToXml ( ore::data::XMLDocument doc,
ore::data::XMLNode node 
) const
overridevirtual

Implements BarrierOption.

Definition at line 296 of file barrieroption.cpp.

296 {
299 XMLUtils::addChild(doc, node, "Currency", currencyStr_);
300 XMLUtils::addChild(doc, node, "Quantity", quantity_);
301}
XMLNode * toXML(XMLDocument &doc) const override
Definition: underlying.cpp:102
XMLNode * toXML(XMLDocument &doc) const
Definition: tradestrike.cpp:86
static XMLNode * addChild(XMLDocument &doc, XMLNode *n, const string &name)
Definition: xmlutils.cpp:181
static void appendNode(XMLNode *parent, XMLNode *child)
Definition: xmlutils.cpp:406
+ Here is the call graph for this function:

◆ getIndex()

QuantLib::ext::shared_ptr< QuantLib::Index > getIndex ( )
overridevirtual

Implements BarrierOption.

Definition at line 175 of file barrieroption.hpp.

175{ return QuantLib::ext::dynamic_pointer_cast<Index>(eqIndex_); }

◆ strike()

const QuantLib::Real strike ( )
overridevirtual

Implements BarrierOption.

Definition at line 176 of file barrieroption.hpp.

176{ return tradeStrike_.value(); }
+ Here is the call graph for this function:

◆ tradeMultiplier()

QuantLib::Real tradeMultiplier ( )
overridevirtual

Implements BarrierOption.

Definition at line 177 of file barrieroption.hpp.

177{ return quantity_; }

◆ tradeCurrency()

Currency tradeCurrency ( )
overridevirtual

Implements BarrierOption.

Definition at line 178 of file barrieroption.hpp.

178{ return currency_; }
+ Here is the caller graph for this function:

◆ spotQuote()

const QuantLib::Handle< QuantLib::Quote > & spotQuote ( )
overridevirtual

Implements BarrierOption.

Definition at line 179 of file barrieroption.hpp.

179{ return eqIndex_->equitySpot(); }

◆ indexFixingName()

std::string indexFixingName ( )
overridevirtual

Implements BarrierOption.

Definition at line 180 of file barrieroption.hpp.

180{ return "EQ-" + eqIndex_->name(); };

◆ fromXML()

void fromXML ( ore::data::XMLNode node)
overridevirtual

Reimplemented from BarrierOption.

Definition at line 182 of file barrieroption.hpp.

182{ BarrierOption::fromXML(node); }
void fromXML(ore::data::XMLNode *node) override
+ Here is the call graph for this function:

◆ toXML()

ore::data::XMLNode * toXML ( ore::data::XMLDocument doc) const
overridevirtual

Reimplemented from BarrierOption.

Definition at line 183 of file barrieroption.hpp.

183{ return BarrierOption::toXML(doc); }
ore::data::XMLNode * toXML(ore::data::XMLDocument &doc) const override
+ Here is the call graph for this function:

Member Data Documentation

◆ eqIndex_

QuantLib::ext::shared_ptr<QuantExt::EquityIndex2> eqIndex_
private

Definition at line 186 of file barrieroption.hpp.

◆ currency_

QuantLib::Currency currency_
private

Definition at line 187 of file barrieroption.hpp.

◆ currencyStr_

std::string currencyStr_
private

Definition at line 188 of file barrieroption.hpp.

◆ quantity_

QuantLib::Real quantity_
private

Definition at line 189 of file barrieroption.hpp.

◆ tradeStrike_

TradeStrike tradeStrike_
private

Definition at line 190 of file barrieroption.hpp.