Class OptionBaseExtended

java.lang.Object
Direct Known Subclasses:
BondOption, CreditDefaultSwapOption

public abstract class OptionBaseExtended extends OptionBase
Base type for options starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.

Java class for OptionBaseExtended complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OptionBaseExtended">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}OptionBase">
       <sequence>
         <element name="premium" type="{http://www.fpml.org/FpML-5/confirmation}Premium" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}exercise"/>
         <element name="exerciseProcedure" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseProcedure"/>
         <element name="feature" type="{http://www.fpml.org/FpML-5/confirmation}OptionFeature" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalAmountReference"/>
           <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionDenomination.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionSettlement.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>