Examples of UKRegion


Examples of org.jquantlib.indexes.UKRegion

                final boolean revised,
                final boolean interpolated,
                final Handle<YoYInflationTermStructure> termStructure) {
     
      super("YYR_RPI",
              new UKRegion(),
              revised,
              interpolated,
              true,
              frequency,
              new Period(2, TimeUnit.Months),
View Full Code Here

Examples of org.jquantlib.indexes.UKRegion

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

Examples of org.jquantlib.indexes.UKRegion

                final boolean revised,
                final boolean interpolated,
                final Handle<ZeroInflationTermStructure> termStructure) {
     
      super("RPI",
              new UKRegion(),
              revised,
              interpolated,
              frequency,
              new Period(2, TimeUnit.Months),
              new GBPCurrency(),
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.