25#ifndef quantext_jpyeytibor_hpp
26#define quantext_jpyeytibor_hpp
28#include <ql/indexes/iborindex.hpp>
29#include <ql/time/calendars/japan.hpp>
30#include <ql/time/daycounters/actual360.hpp>
31#include <ql/currencies/asia.hpp>
48 const Handle<YieldTermStructure>& h =
49 Handle<YieldTermStructure>())
50 : IborIndex(
"JPY-EYTIBOR", tenor, 2, JPYCurrency(),
51 Japan(), ModifiedFollowing,
52 false, Actual360(), h) {}
JPYEYTIBOR(const Period &tenor, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >())