fairLiborFraction (3) Linux Manual Page
QuantLib::BMASwap – swap paying Libor against BMA coupons Synopsis#include <ql/instruments/bmaswap.hpp> Inherits QuantLib::Swap. Public Typesenum Type { Receiver = -1, Payer = 1 } Public Member FunctionsBMASwap (Type type, Real nominal, const Schedule &liborSchedule, Rate liborFraction, Rate liborSpread, const boost::shared_ptr< IborIndex > &liborIndex, const DayCounter &liborDayCount, const Schedule &bmaSchedule, const boost::shared_ptr< BMAIndex > &bmaIndex, const DayCounter…
