Examples of FloatingGearingIRLeg


Examples of com.opengamma.financial.security.swap.FloatingGearingIRLeg

        return floatingSpreadIRLeg;
      }

      @Override
      public SwapLeg visitFloatingGearingIRLeg(FloatingGearingIRLeg ignore) {
        FloatingGearingIRLeg floatingGearingIRLeg = new FloatingGearingIRLeg(
            dayCountBeanToDayCount(bean.getDayCount()),
            frequencyBeanToFrequency(bean.getFrequency()),
            externalIdBeanToExternalId(bean.getRegion()),
            businessDayConventionBeanToBusinessDayConvention(bean.getBusinessDayConvention()),
            NotionalBeanOperation.createNotional(bean.getNotional()),
            bean.isEom(),
            externalIdBeanToExternalId(bean.getRateIdentifier()),
            bean.getFloatingRateType(), bean.getGearing());
        floatingGearingIRLeg.setInitialFloatingRate(bean.getRate());
        floatingGearingIRLeg.setSettlementDays(bean.getSettlementDays());
        floatingGearingIRLeg.setOffsetFixing(frequencyBeanToFrequency(bean.getOffsetFixing()));
        return floatingGearingIRLeg;
      }

      @Override
      public SwapLeg visitFixedVarianceSwapLeg(FixedVarianceSwapLeg ignore) {
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.