KRW-CD index.
More...
#include <qle/indexes/ibor/krwcd.hpp>
|
| KRWCd (const Period &tenor, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >()) |
|
KRW-CD index.
KRW-CD rate.
- Warning:
- Check roll convention and EOM.
Definition at line 42 of file krwcd.hpp.
◆ KRWCd()
KRWCd |
( |
const Period & |
tenor, |
|
|
const Handle< YieldTermStructure > & |
h = Handle<YieldTermStructure>() |
|
) |
| |
Definition at line 44 of file krwcd.hpp.
45 : IborIndex("KRW-CD", tenor, 2, KRWCurrency(), SouthKorea(SouthKorea::Settlement), ModifiedFollowing, false,
46 Actual365Fixed(), h) {}