FinancialInstitution
OFX / Types / FinancialInstitution
| # | Tag | Type |
|---|---|---|
| 1 | ORG | GenericNameType |
| 2 | FID | FinancialInstitutionIdType |
Usages:
- SignonRequest FI
- SignonResponse FI
XSD
<xsd:complexType name="FinancialInstitution">
<xsd:annotation>
<xsd:documentation>
The OFX element "FI" is of type "FinancialInstitution"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ORG" type="ofx:GenericNameType" />
<xsd:element name="FID" type="ofx:FinancialInstitutionIdType" minOccurs="0"
maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>