export default [ { path:"0", name:"Sender Bic", label:"发报行行号", tag:"senderBic", type:"TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}", status:"M", maxLength:"11", }, { path:"1", name:"Sender Name", label:"发报行名称", tag:"senderNm", type:"TextInput", status:"O", maxLength:"140", }, { path:"2", name:"Receiver Bic", label:"收报行行号", tag:"receiverBic", type:"TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}", status:"M", maxLength:"11", }, { path:"3", name:"Receiver Name", label:"收报行名称", tag:"receiverNm", type:"TextInput", status:"O", maxLength:"140", }, { path:"4", name:"Business Message Identifier", label:"业务编号", tag:"bizMsgIdr", type:"TextInput", status:"M", maxLength:"16", unable:true, }, { path:"5", name:"Message Definition Identifier", label:"报文类型定义标识", tag:"msgDefIdr", type:"TextInput", status:"M", maxLength:"35", defaultValue:"pacs.008.001.08", }, { path:"6", name:"Business Service", label:"交易服务名称", tag:"bizSvc", type:"TextInput", status:"M", maxLength:"35", defaultValue:"swift.cbprplus.02", }, { path:"7", name:"Creation Date", label:"创建时间", tag:"creDt", type:"DateTime", status:"M", }, { path:"8", name:"Settlement Information", label:"结算信息", tag:"sttlmInf", status:"M", children: [ { path:"8.0", name:"Settlement Method", label:"结算方式", tag:"sttlmMtd", type:"Select#sttlmMtd3", status:"M", }, { path:"8.1", name:"Settlement Account", label:"结算账户", tag:"sttlmAcct", type:"Account381", status:"O", }, { path:"8.2", name:"Instructing Reimbursement Agent", label:"发报行的代理行", tag:"instgRmbrsmntAgt", type:"Agent61", status:"O", }, { path:"8.3", name:"Instructing Reimbursement Agent Account", label:"发报行的代理行账户", tag:"instgRmbrsmntAgtAcct", type:"Account381", status:"O", }, { path:"8.4", name:"Instructed Reimbursement Agent", label:"收报行的代理行", tag:"instdRmbrsmntAgt", type:"Agent61", status:"O", }, { path:"8.5", name:"Instructed Reimbursement Agent Account", label:"收报行的代理行账户", tag:"instdRmbrsmntAgtAcct", type:"Account381", status:"O", }, { path:"8.6", name:"Third Reimbursement Agent", label:"第三方偿付行", tag:"thrdRmbrsmntAgt", type:"Agent61", status:"O", }, { path:"8.7", name:"Third Reimbursement Agent Account", label:"第三方偿付行账户", tag:"thrdRmbrsmntAgtAcct", type:"Account381", status:"O", }, ], }, { path:"9", name:"Clearing Channel", label:"清算通道", tag:"clrChanl", type:"Select#clearingChannelCode", status:"O", }, { path:"10", name:"Service Level", label:"协议规则", tag:"svcLvl", type:"Choice", status:"O", maxLength:"3", array:true, children: [ { path:"10.0", name:"Code", label:"代码", tag:"cd", type:"Select#externalServiceLevel1Code", status:"M", }, { path:"10.1", name:"Proprietary", label:"其他参考代码", tag:"prtry", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, ], }, { path:"11", name:"Local Instrument", label:"交易参考", tag:"lclInstrm", type:"Choice", status:"O", children: [ { path:"11.0", name:"Code", label:"代码", tag:"cd", type:"Select#externalLocalInstrumentCode", status:"M", }, { path:"11.1", name:"Proprietary", label:"其他交易代码", tag:"prtry", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, ], }, { path:"12", name:"Category Purpose", label:"业务类型", tag:"ctgyPurp", type:"Choice", status:"O", children: [ { path:"12.0", name:"Code", label:"代码", tag:"cd", type:"Select#externalCategoryPurposeCode", status:"M", }, { path:"12.1", name:"Proprietary", label:"其他类型代码", tag:"prtry", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", }, ], }, { path:"13", name:"Interbank Settlement Amount", label:"收汇金额", tag:"intrBkSttlmAmt", type:"Amount#14,5", status:"M", }, { path:"14", name:"Interbank Settlement Date", label:"收汇日期", tag:"intrBkSttlmDt", type:"Date", status:"M", }, { path:"15", name:"Instructed Amount", label:"发汇金额", tag:"instdAmt", type:"Amount#14,5", status:"O", }, { path:"16", name:"Exchange Rate", label:"汇率", tag:"xchgRate", type:"Decimal#11,10", status:"O", }, { path:"17", name:"Charge Bearer", label:"费用承担方式", tag:"chrgBr", type:"Select#chargeBearerCode", status:"M", }, { path:"18", name:"Charges Information", label:"费用明细", tag:"chrgsInf", status:"O", array:true, children: [ { path:"18.0", name:"Amount", label:"金额明细", tag:"amt", type:"Amount#14,5", status:"M", }, { path:"18.1", name:"Agent", label:"关联代理行", tag:"agt", type:"Agent61", status:"O", }, ], }, { path:"19", name:"Previous Instructing Agent1", label:"原始发报行1", tag:"prvsInstgAgt1", type:"Agent61", status:"O", }, { path:"20", name:"Previous Instructing Agent1 Account", label:"原始发报行1账户", tag:"prvsInstgAgt1Acct", type:"Account381", status:"O", }, { path:"21", name:"Previous Instructing Agent2", label:"原始发报行2", tag:"prvsInstgAgt2", type:"Agent61", status:"O", }, { path:"22", name:"Previous Instructing Agent2 Account", label:"原始发报行2账户", tag:"prvsInstgAgt2Acct", type:"Account381", status:"O", }, { path:"23", name:"Previous Instructing Agent3", label:"原始发报行3", tag:"prvsInstgAgt3", type:"Agent61", status:"O", }, { path:"24", name:"Previous Instructing Agent3 Account", label:"原始发报行3账户", tag:"prvsInstgAgt3Acct", type:"Account381", status:"O", }, { path:"25", name:"Intermediary Agent1", label:"中间参与行1", tag:"intrmyAgt1", type:"Agent61", status:"O", }, { path:"26", name:"Intermediary Agent1 Account", label:"中间参与行1账户", tag:"intrmyAgt1Acct", type:"Account381", status:"O", }, { path:"27", name:"Intermediary Agent2", label:"中间参与行2", tag:"intrmyAgt2", type:"Agent61", status:"O", }, { path:"28", name:"Intermediary Agent3 Account", label:"中间参与行2账户", tag:"intrmyAgt2Acct", type:"Account381", status:"O", }, { path:"29", name:"Intermediary Agent3", label:"中间参与行3", tag:"intrmyAgt3", type:"Agent61", status:"O", }, { path:"30", name:"Intermediary Agent3 Account", label:"中间参与行3账户", tag:"intrmyAgt3Acct", type:"Account381", status:"O", }, { path:"31", name:"Debtor", label:"发汇人", tag:"dbtr", type:"Party1352", status:"M", }, { path:"32", name:"Debtor Account", label:"发汇人账户", tag:"dbtrAcct", type:"Account381", status:"O", }, { path:"33", name:"Debtor Agent", label:"发汇行", tag:"dbtrAgt", type:"Agent61", status:"M", }, { path:"34", name:"Debtor Agent Account", label:"发汇行账户", tag:"dbtrAgtAcct", type:"Account381", status:"O", }, { path:"35", name:"Creditor Agent", label:"收汇行", tag:"cdtrAgt", type:"Agent63", status:"M", }, { path:"36", name:"Creditor Agent Account", label:"收汇行账户", tag:"cdtrAgtAcct", type:"Account381", status:"O", }, { path:"37", name:"Creditor", label:"收汇人", tag:"cdtr", type:"Party1353", status:"M", }, { path:"38", name:"Creditor Account", label:"收汇人账户", tag:"cdtrAcct", type:"Account381", status:"O", }, { path:"39", name:"Instruction For Creditor Agent", label:"收汇指示说明", tag:"instrForCdtrAgt", status:"O", maxLength:"2", array:true, children: [ { path:"39.0", name:"Code", label:"指示代码", tag:"cd", type:"Select#externalInstructionCode3", status:"O", }, { path:"39.1", name:"Instruction Information", label:"指示信息", tag:"instrInf", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"O", maxLength:"140", }, ], }, { path:"40", name:"Instruction For Next Agent", label:"下一个代理行指示说明", tag:"instrForNxtAgt", status:"O", maxLength:"6", array:true, children: [ { path:"40.0", name:"Instruction Information", label:"指示信息", tag:"instrInf", type:"TextInput", status:"O", maxLength:"35", }, ], }, { path:"41", name:"Purpose", label:"付款目的", tag:"purp", type:"Choice", status:"O", children: [ { path:"41.0", name:"Code", label:"代码", tag:"cd", type:"Select#externalPurposeCode", status:"M", }, { path:"41.1", name:"Proprietary", label:"其他付款代码", tag:"prtry", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, ], }, { path:"42", name:"Unstructured", label:"付款详细信息", tag:"ustrd", type:"List#[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~\";<>@\[\\\]]+", status:"O", maxLength:"140,1", }, { path:"43", name:"Information", label:"法规信息", tag:"inf", type:"List#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"O", maxLength:"35", }, { path:"44", name:"Number Of Transactions", label:"交易数", tag:"nbOfTxs", type:"HiddenInput", status:"O", defaultValue:"1", }, { path:"45", name:"Identifier", label:"报文类型", tag:"identifier", type:"HiddenInput", status:"O", defaultValue:"pacs.008.001.08", }, ]