Class Price

java.lang.Object
net.finmath.smartcontract.product.xml.Price
Direct Known Subclasses:
ReturnLegValuationPrice

public class Price extends Object
A type describing the strike price.

Java class for Price complex type.

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

 <complexType name="Price">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="commission" type="{http://www.fpml.org/FpML-5/confirmation}Commission" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="determinationMethod" type="{http://www.fpml.org/FpML-5/confirmation}DeterminationMethod"/>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityPrice.model" minOccurs="0"/>
           </sequence>
           <element name="amountRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}AmountReference"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityPrice.model"/>
         </choice>
         <element name="cleanNetPrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="quotationCharacteristics" type="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>