Definition Type: Group
Name: CurrencyAndDeterminationMethod.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-eq-shared-5-10.xsd
Documentation:
A group containing return swap amount currency definition methods
Collapse XSD Schema Diagram:
Drilldown into currencyReference in schema fpml-eq-shared-5-10_xsd Drilldown into determinationMethod in schema fpml-eq-shared-5-10_xsd Drilldown into currency in schema fpml-eq-shared-5-10_xsdXSD Diagram of CurrencyAndDeterminationMethod.model in schema fpml-eq-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CurrencyAndDeterminationMethod.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A group containing return swap amount currency definition methods</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="currency" type="IdentifiedCurrency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="determinationMethod" type="DeterminationMethod">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the method according to which an amount or a date is determined.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currencyReference" type="IdentifiedCurrencyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to a currency defined elsewhere in the document</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
determinationMethod nsA:determinationMethod (1) (1)
currencyReference nsA:currencyReference (1) (1)