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"}, {tag:"26C",status:M,tno:3,letter:[],label:"Identification of the Commodity and the Commodity Account"}, {tag:"25",status:O,tno:4,letter:[],label:"Further Account Identification"}, {tag:"26D",status:O,tno:5,letter:[],label:"Certificate Number(s) and/or Bar Number(s)"}, {tag:"30",status:M,tno:6,letter:[],label:"Value Date"}, {tag:"32F",status:M,tno:7,letter:[],label:"Quantity of the Commodity"}, {tag:"82A",status:O,tno:8,letter:["82A","82D"],label:"Instructing Party"}, {tag:"86A",status:O,tno:9,letter:["86A","86B","86D"],label:"Intermediary"}, {tag:"87A",status:O,tno:10,letter:["87A","87D"],label:"Deliverer of the Commodity"}, {tag:"88A",status:O,tno:11,letter:["88A","88B","88D"],label:"Beneficiary of the Commodity"}, {tag:"72",status:O,tno:12,letter:[],label:"Sender to Receiver Information"} ] const Title="MT 607 Commodity Credit Advice" export default { Tags,Title}