Examples of EURegion


Examples of org.jquantlib.indexes.EURegion

                final boolean revised,
                final boolean interpolated,
                final Handle<YoYInflationTermStructure> termStructure) {
     
      super("YY_HICP",
              new EURegion(),
              revised,
              interpolated,
              false,
              frequency,
              new Period(3, TimeUnit.Months),
View Full Code Here

Examples of org.jquantlib.indexes.EURegion

                final boolean revised,
                final boolean interpolated,
                final Handle<ZeroInflationTermStructure> termStructure) {
     
      super("HICP",
              new EURegion(),
              revised,
              interpolated,
              frequency,
              new Period(3, TimeUnit.Months),
              new EURCurrency(),
View Full Code Here

Examples of org.jquantlib.indexes.EURegion

                final boolean revised,
                final boolean interpolated,
                final Handle<YoYInflationTermStructure> termStructure) {
     
      super("YYR_HICP",
              new EURegion(),
              revised,
              interpolated,
              true,
              frequency,
              new Period(3, TimeUnit.Months),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.