ProceedsSummaryAdjustmentCodeType

OFX / Types / ProceedsSummaryAdjustmentCodeType

Minimum length: 1

Maximum length: 9

Usages:
XSD
	<xsd:simpleType name="ProceedsSummaryAdjustmentCodeType">
		<xsd:annotation>
			<xsd:documentation>The OFX element "ADJCODE" is of type "ProceedsSummaryAdjustmentCodeType".
				Possible codes include B T N H D Q X R W L E S C M O and Z. (As of TY20.)
				See https://www.irs.gov/pub/irs-pdf/i8949.pdf pages 8 - 10 for further code information.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="9"/>
			<xsd:whiteSpace value="collapse"/>
		</xsd:restriction>
	</xsd:simpleType>

© Copyright 2023. All Rights Reserved.