Class ValuationDocument

java.lang.Object

public class ValuationDocument extends DataDocument
A type defining a content model that includes valuation (pricing and risk) data without expressing any processing intention.

Java class for ValuationDocument complex type.

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

 <complexType name="ValuationDocument">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DataDocument">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}market" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}valuationSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>