Class BasicQuotation

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

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

Java class for BasicQuotation complex type.

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

 <complexType name="BasicQuotation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Quotation.model"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>