Definition Type: ComplexType
Name: ValuationReport
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:NotificationMessage
Containing Schema: fpml-reporting-4-5.xsd
Abstract False
Documentation:
A type defining the content model for a message normally generated in response to a RequestValuationReport request.
Collapse XSD Schema Diagram:
Drilldown into tradeValuationItem Drilldown into portfolioValuationItem Drilldown into market Drilldown into party Drilldown into validation Drilldown into header Drilldown into actualBuild Drilldown into expectedBuild Drilldown into version Drilldown into Document Drilldown into Message Drilldown into NotificationMessageXSD Diagram of ValuationReport
Collapse XSD Schema Code:
<xsd:complexType name="ValuationReport">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the content model for a message normally generated in response to a RequestValuationReport request.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NotificationMessage">
            <xsd:sequence>
                <xsd:element name="party" type="Party" maxOccurs="unbounded" />
                <xsd:element ref="market" minOccurs="0" />
                <xsd:element name="portfolioValuationItem" type="PortfolioValuationItem" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">An instance of a unique portfolio valuation.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="tradeValuationItem" type="TradeValuationItem" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A collection of data values describing the state of the given trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header fpml:header (1) (1)
validation fpml:validation 0 unbounded
party fpml:party (1) unbounded
market fpml:market 0 (1)
portfolioValuationItem fpml:portfolioValuationItem 0 unbounded
tradeValuationItem fpml:tradeValuationItem 0 unbounded
<xs:group> fpml:Validation.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version fpml:version Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus