Class Quotation

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

public class Quotation extends Object
Some kind of numerical measure about an asset, eg. its NPV, together with characteristics of that measure, together with optional sensitivities.

Java class for Quotation complex type.

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

 <complexType name="Quotation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Quotation.model"/>
         <element name="sensitivitySet" type="{http://www.fpml.org/FpML-5/confirmation}SensitivitySet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>