MT910.js 1.04 KB
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
const Tags = [
	{"tag":"20","status":"M","tno":1,"letter":[],"label":"Transaction Reference Number","tagValue":[{},null]},
	{"tag":"21","status":"M","tno":2,"letter":[],"label":"Related Reference","tagValue":[{},null]},
	{"tag":"25","status":"M","tno":3,"letter":["25","25P"],"label":"Account Identification","tagValue":[{},null]},
	{"tag":"13D","status":"O","tno":4,"letter":[],"label":"Date/Time Indication","tagValue":[{},null]},
	{"tag":"32A","status":"M","tno":5,"letter":[],"label":"Value Date, Currency Code, Amount","tagValue":[{},null]},
	{"tag":"50A","status":"O","tno":6,"letter":["50A","50F","50K"],"label":"Ordering Customer","tagValue":[{},null]},
	{"tag":"52A","status":"O","tno":7,"letter":["52A","52D"],"label":"Ordering Institution","tagValue":[{},null]},
	{"tag":"56A","status":"O","tno":8,"letter":["56A","56D"],"label":"Intermediary","tagValue":[{},null]},
	{"tag":"72","status":"O","tno":9,"letter":[],"label":"Sender to Receiver Information","tagValue":[{},null]} 
]

const Title = "MT 910 Confirmation of Credit"

export default { Tags,Title}