MT760.js 608 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
const M='M' 
const O='O' 
const Tags=[
	{tag:'27',status:M,tno:1,letter:[],label:"Sequence of Total"},
	{tag:'20',status:M,tno:2,letter:[],label:"Transaction Reference Number"},
	{tag:'23',status:M,tno:3,letter:[],label:"Further Identification"},
	{tag:'30',status:O,tno:4,letter:[],label:"Date"},
	{tag:'40C',status:M,tno:5,letter:[],label:"Applicable Rules"},
	{tag:'77C',status:M,tno:6,letter:[],label:"Details of Guarantee"},
	{tag:'72',status:O,tno:7,letter:[],label:"Sender to Receiver Information"},
]
const Title="MT 760 Guarantee/Standby Letter of Credit"

export default { Tags,Title}