Class ValuationSet

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

public class ValuationSet extends Object
A set of valuation inputs and results. This structure can be used for requesting valuations, or for reporting them. In general, the request fills in fewer elements.

Java class for ValuationSet complex type.

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

 <complexType name="ValuationSet">
   <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="valuationScenario" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenario" maxOccurs="unbounded" minOccurs="0"/>
         <element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="baseParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="quotationCharacteristics" type="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sensitivitySetDefinition" type="{http://www.fpml.org/FpML-5/confirmation}SensitivitySetDefinition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="detail" type="{http://www.fpml.org/FpML-5/confirmation}ValuationSetDetail" minOccurs="0"/>
         <element name="assetValuation" type="{http://www.fpml.org/FpML-5/confirmation}AssetValuation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>