Class ActualPrice

java.lang.Object
net.finmath.smartcontract.product.xml.ActualPrice

public class ActualPrice extends Object

Java class for ActualPrice complex type.

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

 <complexType name="ActualPrice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="priceExpression" type="{http://www.fpml.org/FpML-5/confirmation}PriceExpressionEnum"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>