Class Market

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

public class Market extends Object
A collection of pricing inputs.

Java class for Market complex type.

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

 <complexType name="Market">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="benchmarkQuotes" type="{http://www.fpml.org/FpML-5/confirmation}QuotedAssetSet" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}pricingStructure" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}pricingStructureValuation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="benchmarkPricingMethod" type="{http://www.fpml.org/FpML-5/confirmation}PricingMethod" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>