Package org.jquantlib.indexes.ibor

Examples of org.jquantlib.indexes.ibor.GBPLibor


                new Target(),
                tenor.gt(new Period(1,TimeUnit.Years)) ? new Period(6,TimeUnit.Months):
                                     new Period(1,TimeUnit.Years),
                BusinessDayConvention.ModifiedFollowing,
                new Actual365Fixed(),
                tenor.gt(new Period(1,TimeUnit.Years)) ? new GBPLibor(new Period(6,TimeUnit.Months), h):
                                      new GBPLibor(new Period(3,TimeUnit.Months), h)
                   
                );
        }
View Full Code Here

TOP

Related Classes of org.jquantlib.indexes.ibor.GBPLibor

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.