USD-AMBOR index.
More...
#include <qle/indexes/ibor/ambor.hpp>
|
| USDAmbor (const Period &tenor, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >()) |
|
USD-AMBOR index.
USD-AMBOR index for 30D and 90D terms
See <https://ameribor.net
Definition at line 42 of file ambor.hpp.
◆ USDAmbor()
USDAmbor |
( |
const Period & |
tenor, |
|
|
const Handle< YieldTermStructure > & |
h = Handle<YieldTermStructure>() |
|
) |
| |
Definition at line 44 of file ambor.hpp.
45 : IborIndex("USD-AMBOR", tenor, 2, USDCurrency(), UnitedStates(UnitedStates::Settlement), ModifiedFollowing, false, Actual360(), h) {}