Definition Type: Element
Name: formula
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:DerivativeFormula
Containing Schema: fpml-riskdef-5-10.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A formula defining how to compute the derivative from the partial derivatives. If absent, the derivative is just the product of the partial derivatives. Normally only required for more higher-order derivatives, e.g. Hessians.
Collapse XSD Schema Diagram:
Drilldown into denominatorTerm in schema fpml-riskdef-5-10_xsd2 Drilldown into term in schema fpml-riskdef-5-10_xsd2 Drilldown into DerivativeFormula in schema fpml-riskdef-5-10_xsd2XSD Diagram of formula in schema fpml-riskdef-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="formula" type="DerivativeFormula" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A formula defining how to compute the derivative from the partial derivatives. If absent, the derivative is just the product of the partial derivatives. Normally only required for more higher-order derivatives, e.g. Hessians.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
term nsE:term 0 (1)
denominatorTerm nsE:denominatorTerm 0 (1)
Collapse Derivation Tree: