Definition Type: Element
Name: formula
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD: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_xsd1 Drilldown into term in schema fpml-riskdef-5-10_xsd1 Drilldown into DerivativeFormula in schema fpml-riskdef-5-10_xsd1XSD Diagram of formula in schema fpml-riskdef-5-10_xsd1 (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 nsD:term 0 (1)
denominatorTerm nsD:denominatorTerm 0 (1)
Collapse Derivation Tree: