Package org.jquantlib.indexes

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


                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

                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

Related Classes of org.jquantlib.indexes.UKRegion

Copyright © 2018 www.massapicom. 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.