Definition Type: ComplexType
Name: ClosureOption
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "CLOSUREOPT" is of type "ClosureOption"
Collapse XSD Schema Diagram:
Drilldown into GAIN in schema ofx_investment_xsd Drilldown into RELFITID in schema ofx_investment_xsd Drilldown into SUBACCTSEC in schema ofx_investment_xsd Drilldown into SHPERCTRCT in schema ofx_investment_xsd Drilldown into UNITS in schema ofx_investment_xsd Drilldown into OPTACTION in schema ofx_investment_xsd Drilldown into SECID in schema ofx_investment_xsd Drilldown into INVTRAN in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransaction in schema ofx_investment_xsdXSD Diagram of ClosureOption in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ClosureOption">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CLOSUREOPT" is of type "ClosureOption"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentTransaction">
            <xsd:sequence>
                <xsd:element name="SECID" type="ofx:SecurityId" />
                <xsd:element name="OPTACTION" type="ofx:OptionActionEnum" />
                <xsd:element name="UNITS" type="ofx:QuantityType" />
                <xsd:element name="SHPERCTRCT" type="ofx:SharesPerType" />
                <xsd:element name="SUBACCTSEC" type="ofx:SubAccountEnum" />
                <xsd:element name="RELFITID" type="ofx:FinancialInstitutionTransactionIdType" minOccurs="0" />
                <xsd:element name="GAIN" type="ofx:AmountType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVTRAN ofx:INVTRAN (1) (1)
SECID ofx:SECID (1) (1)
OPTACTION ofx:OPTACTION (1) (1)
UNITS ofx:UNITS (1) (1)
SHPERCTRCT ofx:SHPERCTRCT (1) (1)
SUBACCTSEC ofx:SUBACCTSEC (1) (1)
RELFITID ofx:RELFITID 0 (1)
GAIN ofx:GAIN 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:CLOSUREOPT