StocksBonds
OFX / Types / StocksBonds
| # | Tag | Type |
|---|---|---|
| 1 | STKBNDAMT | AmountType |
| 2 | SBGROS | BooleanType |
| 3 | SBGROSLESS | BooleanType |
Usages:
- Tax1099B_V100 STKBND
XSD
<xsd:complexType name="StocksBonds">
<xsd:annotation>
<xsd:documentation>
The OFX element "STKBND" is of type "StocksBonds"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="STKBNDAMT" type="ofx:AmountType"/>
<xsd:element name="SBGROS" type="ofx:BooleanType" minOccurs="0"/>
<xsd:element name="SBGROSLESS" type="ofx:BooleanType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>