RateType
OFX / Types / RateType
Minimum length: 1
Maximum length: 32
Pattern: [\+\-]?[0-9]*(([0-9][,\.]?)|([,\.][0-9]))[0-9]*
Usages:
- Tax1099OID_V100 PRIVACTBONDINT
- Tax1099R_V100 ANNCTRCTPER
- Tax1099R_V100 PERTOTDIST
XSD
<xsd:simpleType name="RateType"> <xsd:annotation> <xsd:documentation>The OFX element "RATE" is of type "RateType"</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:whiteSpace value="collapse"/> <xsd:minLength value="1"/> <xsd:maxLength value="32"/> <xsd:pattern value="[\+\-]?[0-9]*(([0-9][,\.]?)|([,\.][0-9]))[0-9]*"/> </xsd:restriction> </xsd:simpleType>