const M='M' 
const O='O' 
const Tags=[
	{tag:'20',status:M,tno:1,letter:[],label:"Transaction Reference Number"},
	{tag:'21',status:M,tno:2,letter:[],label:"Related Reference"},
	{cyclist:'3',cycs:[[
	{tag:'13C',status:O,tno:3,letter:[],label:"Time Indication"},
]],
	pattern:[
	{tag:'13C',status:O,tno:3,letter:[],label:"Time Indication"},
]	},
	{tag:'32A',status:M,tno:4,letter:[],label:"Value Date, Currency Code, Amount"},
	{tag:'52A',status:O,tno:5,letter:["52A","52D"],label:"Ordering Institution"},
	{tag:'53A',status:O,tno:6,letter:["53A","53B","53D"],label:"Sender's Correspondent"},
	{tag:'54A',status:O,tno:7,letter:["54A","54B","54D"],label:"Receiver's Correspondent"},
	{tag:'56A',status:O,tno:8,letter:["56A","56D"],label:"Intermediary"},
	{tag:'57A',status:O,tno:9,letter:["57A","57B","57D"],label:"Account With Institution"},
	{tag:'58A',status:M,tno:10,letter:["58A","58D"],label:"Beneficiary Institution"},
	{tag:'72',status:O,tno:11,letter:[],label:"Sender to Receiver Information"},
]
const Title="MT 202 General Financial Institution Transfer"

export default { Tags,Title}