Definition Type: Group
Name: AnalyticDerivativeParameters.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Documentation:
Parameters used in the computation of a derivative using analytical (closed form formula) techiques.
Collapse XSD Schema Diagram:
Drilldown into derivativeFormula in schema fpml-riskdef-4-4_xsdXSD Diagram of AnalyticDerivativeParameters.model in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AnalyticDerivativeParameters.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Parameters used in the computation of a derivative using analytical (closed form formula) techiques.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="derivativeFormula" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The formula used to compute the derivative (perhaps could be updated to use the Formula type in EQS.).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
derivativeFormula fpml:derivativeFormula 0 (1)