Examples of JPYCurrency


Examples of org.jquantlib.currencies.Asia.JPYCurrency

 
    public JpyLiborSwapIsdaFixPm(final Period tenor, final Handle<YieldTermStructure> h) {
        super( "JpyLiborSwapIsdaFixPm",
                tenor,
                2, // settlement days
                new JPYCurrency(),
                new Target(),
                new Period(6,TimeUnit.Months),
                BusinessDayConvention.ModifiedFollowing,
                new ActualActual(ActualActual.Convention.ISDA),
                new JPYLibor(new Period(6,TimeUnit.Months), h)
View Full Code Here

Examples of org.jquantlib.currencies.Asia.JPYCurrency

  }

  public JPYLibor(final Period tenor,
      final Handle<YieldTermStructure> h) {
    super("JPYLibor", tenor, 0,
        new JPYCurrency(),
        new Japan(),
        new Actual360(), h);
  }
View Full Code Here

Examples of org.jquantlib.currencies.Asia.JPYCurrency

  }

  public DailyTenorJPYLibor(final int settlementDays,
      final Handle<YieldTermStructure> h) {
    super("JPYLibor", settlementDays,
        new JPYCurrency(),
        new Japan(),
        new Actual360(), h);
  }
View Full Code Here

Examples of org.jquantlib.currencies.Asia.JPYCurrency

  }

  public Tibor(final Period tenor,
      final Handle<YieldTermStructure> h) {
    super("Tibor", tenor, 0,
        new JPYCurrency(),
        new Japan(),
        BusinessDayConvention.ModifiedFollowing,
        false,
        new Actual365Fixed(),
        h);
View Full Code Here

Examples of org.jquantlib.currencies.Asia.JPYCurrency

 
    public JpyLiborSwapIsdaFixAm(final Period tenor, final Handle<YieldTermStructure> h) {
        super( "JpyLiborSwapIsdaFixAm",
                tenor,
                2, // settlement days
                new JPYCurrency(),
                new Target(),
                new Period(6,TimeUnit.Months),
                BusinessDayConvention.ModifiedFollowing,
                new ActualActual(ActualActual.Convention.ISDA),
                new JPYLibor(new Period(6,TimeUnit.Months), h)
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.