Package com.opengamma.financial.security.swap

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


        return floatingGearingIRLeg;
      }

      @Override
      public SwapLeg visitFixedVarianceSwapLeg(FixedVarianceSwapLeg ignore) {
        return new FixedVarianceSwapLeg(
            dayCountBeanToDayCount(bean.getDayCount()),
            frequencyBeanToFrequency(bean.getFrequency()),
            externalIdBeanToExternalId(bean.getRegion()),
            businessDayConventionBeanToBusinessDayConvention(bean.getBusinessDayConvention()),
            NotionalBeanOperation.createNotional(bean.getNotional()),
View Full Code Here

TOP

Related Classes of com.opengamma.financial.security.swap.FixedVarianceSwapLeg

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.