QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Swaption::arguments Class Reference

Arguments for swaption calculation More...

#include <swaption.hpp>

+ Inheritance diagram for Swaption::arguments:
+ Collaboration diagram for Swaption::arguments:

Public Member Functions

 arguments ()=default
 
void validate () const override
 
- Public Member Functions inherited from FixedVsFloatingSwap::arguments
 arguments ()
 
void validate () const override
 
void validate () const override
 
- Public Member Functions inherited from PricingEngine::arguments
virtual ~arguments ()=default
 
virtual void validate () const =0
 
- Public Member Functions inherited from Option::arguments
 arguments ()=default
 
void validate () const override
 

Public Attributes

ext::shared_ptr< FixedVsFloatingSwapswap
 
Settlement::Type settlementType = Settlement::Physical
 
Settlement::Method settlementMethod
 
- Public Attributes inherited from FixedVsFloatingSwap::arguments
Type type = Receiver
 
Real nominal
 
std::vector< RealfixedNominals
 
std::vector< DatefixedResetDates
 
std::vector< DatefixedPayDates
 
std::vector< RealfloatingNominals
 
std::vector< TimefloatingAccrualTimes
 
std::vector< DatefloatingResetDates
 
std::vector< DatefloatingFixingDates
 
std::vector< DatefloatingPayDates
 
std::vector< RealfixedCoupons
 
std::vector< SpreadfloatingSpreads
 
std::vector< RealfloatingCoupons
 
- Public Attributes inherited from Swap::arguments
std::vector< Leglegs
 
std::vector< Realpayer
 
- Public Attributes inherited from Option::arguments
ext::shared_ptr< Payoffpayoff
 
ext::shared_ptr< Exerciseexercise
 

Detailed Description

Arguments for swaption calculation

Definition at line 146 of file swaption.hpp.

Constructor & Destructor Documentation

◆ arguments()

arguments ( )
default

Member Function Documentation

◆ validate()

void validate ( ) const
overridevirtual

Reimplemented from FixedVsFloatingSwap::arguments.

Definition at line 175 of file swaption.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ swap

ext::shared_ptr<FixedVsFloatingSwap> swap

Definition at line 150 of file swaption.hpp.

◆ settlementType

Definition at line 151 of file swaption.hpp.

◆ settlementMethod

Settlement::Method settlementMethod

Definition at line 152 of file swaption.hpp.