/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.integration.tool.portfolio.xml.v1_0.jaxb; /** * XML stub period type. */ public enum StubPeriodType { /** * Long coupon. */ LongCoupon, /** * Short coupon. */ ShortCoupon }