Table 1
Legend for Table 2
SYMBOL |
DATA TYPE |
DEFINITION |
---|---|---|
{ALPHANUM-n} |
Up to n alphanumerical characters |
Free text field. |
{CURRENCYCODE_3} |
3 alphanumerical characters |
3 letter currency code, as defined by ISO 4217 currency codes |
{DATE_TIME_FORMAT} |
ISO 8601 date and time format |
Date and time in the following format: YYYY-MM-DDThh:mm:ss.ddddddZ. - 'YYYY' is the year; - 'MM' is the month; - 'DD' is the day; - 'T' - means that the letter 'T' shall be used - 'hh' is the hour; - 'mm' is the minute; - 'ss.dddddd' is the second and its fraction of a second; - Z is UTC time. Dates and times shall be reported in UTC. |
{DATEFORMAT} |
ISO 8601 date format |
Dates shall be formatted by the following format: YYYY-MM-DD. |
{DECIMAL-n/m} |
Decimal number of up to n digits in total of which up to m digits can be fraction digits |
Numerical field for both positive and negative values. - decimal separator is '.' (full stop); - negative numbers are prefixed with '-' (minu |