ReBIT

Financial Information (FI) Types Schema Change Log

It summarizes the changes in the FI types Schemas requested by the AA ecosystem community.
You can send the suggestions/queries regarding FI Types Schemas changes by mailing us on aa-api@rebit.org.in .

Feb 23, 2021

Change Description: In current FI type schemas, certain attribute of data type is defined as xs:dateTimeStamp which is not supported by few languages. To formalize the date time data type, xs:dateTimeStamp has been updated to xs:dateTime in Deposit, Recurring deposit, and Term deposit.

Current Schema

<xs:attribute name="transactionTimestamp" use="required" type="xs:dateTimeStamp">
<xs:annotation>
<xs:documentation xml:lang="en">Transaction date time stamp for particular
record when transaction taken place</xs:documentation>
</xs:annotation>
</xs:attribute>

image

Modified Schema

<xs:attribute name="transactionTimestamp" use="required" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">Transaction date time stamp for
particular record when transaction taken place</xs:documentation>
</xs:annotation>
</xs:attribute>

image