Definition Type: ComplexType
Name: Knock
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqd-4-0.xsd
Abstract
Documentation:
Knock In means option to exercise comes into existence. Knock Out means option to exercise goes out of existence "Knock-in" bedeutet, dass eine Option durch das Überschreiten aktiviert wird. "Knock-out" bedeutet, dass eine Option nach dem Überschreiten erlischt.
Collapse XSD Schema Diagram:
Drilldown into knockOut in schema fpml-eqd-4-0_xsd Drilldown into knockIn in schema fpml-eqd-4-0_xsdXSD Diagram of Knock in schema fpml-eqd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Knock">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Knock In means option to exercise comes into existence. Knock Out means option to exercise goes out of existence</xsd:documentation>
        <xsd:documentation xml:lang="de">"Knock-in" bedeutet, dass eine Option durch das Überschreiten aktiviert wird. "Knock-out" bedeutet, dass eine Option nach dem Überschreiten erlischt.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="knockIn" type="TriggerEvent" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The knock in.</xsd:documentation>
                <xsd:documentation xml:lang="de">Knock-In.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="knockOut" type="TriggerEvent" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The knock out.</xsd:documentation>
                <xsd:documentation xml:lang="de">Knock-Out.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
knockIn nsA:knockIn 0 (1)
knockOut nsA:knockOut 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:knock