Wire Transaction Inquiry
Wire Transaction Inquiry
Wire Transaction Inquiry is a jXchange service that allows the consumer to inquire on wire transactions.
Message Flow
In jXchange, the Wire Transaction Inquiry service uses a typical exchange of
MType
messages to allow
consumers to inquire on wire transactions.
Primary Request
The consumer forwards the WireTrnInqRq_MType
message to the
service provider.
The message contains the following simple elements:
- ActIntent
- TrnRcptId
- WireCorrelId
The message contains the following complex elements:
Custom_CType
MsgRqHdr_CType
Primary Response
The service provider returns the WireTrnInqRs_MType
message to the
consumer.
The message contains the following simple elements:
- ActIntent
- ActIntentKey
- TrnRcptId
The message contains the following complex elements:
Custom_CType
MsgRsHdr_CType
WireTrnInqRec_CType
Wire Transaction Inquiry Behavior
The Wire Transaction Inquiry (WireTrnInq
) service behavior is as
follows.
The Wire Transaction Inquiry root request (WireTrnInqRq_MType
) is a
documented choice statement whereas Transaction Receipt Identifier
(TrnRcptId) and Wire Correlation Identifier
(WireCorrelId) are both optional but at least one is required.
The Transaction Receipt Identifier (TrnRcptId) should be used when both elements are present. The service provider should return a fault if the Wire Correlation Identifier (WireCorrelId) is not unique to Wire transactions.
The Wire Transaction Inquiry root request message (WireTrnInqRq_MType
)
optionally includes the Activity Intention simple element (ActIntent)
with the default canonical value of ReadOnly. The canonical values
Upd and Dlt require the service provider to
return the Activity Intention Key simple element (ActIntentKey) used
for subsequent modification service with the adopted concurrency model.
The Wire Transaction Inquiry root response message (WireTrnInqRs_MType
)
returns the Transaction Receipt Identification (TrnRcptId) and Activity
Intention (ActIntent) simple elements echoed back from the request in
addition to the Wire Transaction Inquiry Record complex (WireTrnInqRec_CType
)
and Activity Intention Key (ActIntentKey) simple element.
The Wire Transaction Inquiry Record complex (WireTrnInqRec_CType
) contains
the Wire Transaction Information Record complex (WireTrnInfoRec_CType
) that
is a reused complex throughout the wire suite of services, along with Wire Account
Identification (WireAcctId), Wire Account Type
(WireAcctType), and Wire Status Description
(WireStatDesc).
The standard Inquiry message tenets are applicable.
Adhere to the tenets for fault reporting.
Adhere to the tenets related to the correlation identifications.
Adhere to the tenets related to the Concurrency model.
WireTrnInqRq_MType
WireTrnInqRq_MType
is a message MType
element.
Contains:
Custom_CType
MsgRqHdr_CType
Simple Elements
The following simple elements are contained within this message.
- ActIntent
Conveys the consumer intention for a subsequent operation for the data set included in the response. Canonical values are:
- Dlt
- ReadOnly
- Upd
The default value is ReadOnly.
- TrnRcptId
- The receipt provided for a successful transaction entry.
- WireCorrelId
- The client assigned correlation identification for wire activities.
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
MsgRqHdr_CType
MsgRqHdr_CType
is a complex CType
element. This is
the default message request header.
Contains:
AuthenUsrCred_CType
jXchangeHdr_CType
Simple Elements
The following simple elements are contained within this complex.
- AuthenProdCred
- Authentication of the Consumer Product Credentials in the form of a WS Security element that contains a single SAML V2.0 Assertion.
AuthenUsrCred_CType
AuthenUsrCred_CType
is a complex CType
element. This element represents authentication of the end-user credentials in
the form of a WS Security element that contains a single SAML V2.0
Assertion.
Simple Elements
The following simple elements are contained within this complex.
- Security
- Defines the wsse:Security SOAP header element per section 4.
jXchangeHdr_CType
jXchangeHdr_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AuditUsrId
- The user ID that the consumer would like written in the audit as performing the requested service. It varies, but it could be the same as the user ID. It is not used to authenticate. It is used to audit the Soap Header Fault.
- AuditWsId
- The workstation ID that the consumer would like written in the audit as performing the requested service for the Soap Header Fault. It varies, but it could be the same as the user ID.
- AuthenUsrId
The user ID which the consumer would like the service provider to authenticate with for the Soap Header Fault. It is a user ID that the provider understands.
This element deprecates in accordance with XSD contract tenets. Effective date: 2017–01–01. The new complex element for user authentication credentials was added to both the Search Message Request Header
SrchMsgRqHdr_CType
and the Message Request HeaderMsgRqHdr_CType
. AuthenUsrId is ignored by the service providers when the authentication user credentialsAuthenUsrCred_CType
package is delivered. The expectation is that the password credentials and the user name token are provided in the authentication user credential complex element in accordance with the standards established by WS-Security.- BusCorrelId
- The correlation identification as related to business functions and activities.
- ConsumerName
- The name of the service consumer (business name) for the Soap Header Fault.
- ConsumerProd
- The name of the product which is consuming the service (business product name) for the Soap Header Fault.
- InstEnv
- An identification provided by the consumer that defines the
environment in which the institution is operating. Canonical values are:
- Prod
- InstRtId
- The identification of the entity of the submitted message. A
financial institution entity uses the routing transit or nine-digit number
assigned to financial institutions for routing as assigned by the American
Bankers Association. Any leading zeros must be provided for a complete routing
and transit number. A non-financial institution entity should use a mutually
agreed upon identification that must contain at least one non-integer character.
The canonical value is JHA.
The element is required in all message requests.
- jXLogTrackingId
- An identification provided by jXchange to be able to trace the request and response of a message from the third-party gateway, internal gateway, and service provider for the Soap Header Fault.
- JxVer
- Contains the version jXchange is running for the Soap Header Fault.
- ValidConsmName
- The consumer name that can be validated by enterprise governance. The canonical values are managed in a consumer/product enterprise table. The canonical value is: JHA.
- ValidConsmProd
- The consumer product name that can be validated by enterprise governance. The canonical values are managed in a consumer/product enterprise table.
- WorkflowCorrelId
- The correlation identification as related to workflow functions and activities.
jXchangeHdr_CType Deprecation Details
- AuthenUsrId
The user ID which the consumer would like the service provider to authenticate with for the Soap Header Fault. It is a user ID that the provider understands.
This element deprecates in accordance with XSD contract tenets. Effective date: 2017–01–01. The new complex element for user authentication credentials was added to both the Search Message Request Header
SrchMsgRqHdr_CType
and the Message Request HeaderMsgRqHdr_CType
. AuthenUsrId is ignored by the service providers when the authentication user credentialsAuthenUsrCred_CType
package is delivered. The expectation is that the password credentials and the user name token are provided in the authentication user credential complex element in accordance with the standards established by WS-Security.
WireTrnInqRs_MType
WireTrnInqRs_MType
is a message MType
element.
Contains:
Custom_CType
MsgRsHdr_CType
WireTrnInqRec_CType
Simple Elements
The following simple elements are contained within this message.
- ActIntent
Conveys the consumer intention for a subsequent operation for the data set included in the response. Canonical values are:
- Dlt
- ReadOnly
- Upd
The default value is ReadOnly.
- ActIntentKey
- The service provider key that is delivered to the consumer to be submitted in a subsequent modification operation.
- TrnRcptId
- The receipt provided for a successful transaction entry.
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
MsgRsHdr_CType
MsgRsHdr_CType
is a complex
CType
element. This is the default message response
header.
Contains:
jXchangeHdr_CType
MsgRecInfoArray_AType
jXchangeHdr_CType
jXchangeHdr_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AuditUsrId
- The user ID that the consumer would like written in the audit as performing the requested service. It varies, but it could be the same as the user ID. It is not used to authenticate. It is used to audit the Soap Header Fault.
- AuditWsId
- The workstation ID that the consumer would like written in the audit as performing the requested service for the Soap Header Fault. It varies, but it could be the same as the user ID.
- AuthenUsrId
The user ID which the consumer would like the service provider to authenticate with for the Soap Header Fault. It is a user ID that the provider understands.
This element deprecates in accordance with XSD contract tenets. Effective date: 2017–01–01. The new complex element for user authentication credentials was added to both the Search Message Request Header
SrchMsgRqHdr_CType
and the Message Request HeaderMsgRqHdr_CType
. AuthenUsrId is ignored by the service providers when the authentication user credentialsAuthenUsrCred_CType
package is delivered. The expectation is that the password credentials and the user name token are provided in the authentication user credential complex element in accordance with the standards established by WS-Security.- BusCorrelId
- The correlation identification as related to business functions and activities.
- ConsumerName
- The name of the service consumer (business name) for the Soap Header Fault.
- ConsumerProd
- The name of the product which is consuming the service (business product name) for the Soap Header Fault.
- InstEnv
- An identification provided by the consumer that defines the
environment in which the institution is operating. Canonical values are:
- Prod
- InstRtId
- The identification of the entity of the submitted message. A
financial institution entity uses the routing transit or nine-digit number
assigned to financial institutions for routing as assigned by the American
Bankers Association. Any leading zeros must be provided for a complete routing
and transit number. A non-financial institution entity should use a mutually
agreed upon identification that must contain at least one non-integer character.
The canonical value is JHA.
The element is required in all message requests.
- jXLogTrackingId
- An identification provided by jXchange to be able to trace the request and response of a message from the third-party gateway, internal gateway, and service provider for the Soap Header Fault.
- JxVer
- Contains the version jXchange is running for the Soap Header Fault.
- ValidConsmName
- The consumer name that can be validated by enterprise governance. The canonical values are managed in a consumer/product enterprise table. The canonical value is: JHA.
- ValidConsmProd
- The consumer product name that can be validated by enterprise governance. The canonical values are managed in a consumer/product enterprise table.
- WorkflowCorrelId
- The correlation identification as related to workflow functions and activities.
jXchangeHdr_CType Deprecation Details
- AuthenUsrId
The user ID which the consumer would like the service provider to authenticate with for the Soap Header Fault. It is a user ID that the provider understands.
This element deprecates in accordance with XSD contract tenets. Effective date: 2017–01–01. The new complex element for user authentication credentials was added to both the Search Message Request Header
SrchMsgRqHdr_CType
and the Message Request HeaderMsgRqHdr_CType
. AuthenUsrId is ignored by the service providers when the authentication user credentialsAuthenUsrCred_CType
package is delivered. The expectation is that the password credentials and the user name token are provided in the authentication user credential complex element in accordance with the standards established by WS-Security.
MsgRecInfoArray_AType
MsgRecInfoArray_AType
is an array
AType
element. This is an array of messages that can be
returned in a response.
Contains:
MsgRec_CType
MsgRec_CType
MsgRec_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- ErrCat
- The Soap Header Fault error category.
- ErrCode
- The error code.
- ErrDesc
- The Soap Header Fault error description.
- ErrElem
- The Soap Header Fault when an error or fault occurs. This optional element contains the element which is causing the error condition.
- ErrElemVal
- The Soap Header Fault when an error or fault occurs. This optional element contains the value of the element which is causing the error condition.
- ErrLoc
- The Soap Header Fault error location. This is typically the program that generated the error condition.
WireTrnInqRec_CType
WireTrnInqRec_CType
is a complex CType
element.
Contains:
Custom_CType
WireTrnInfoRec_CType
Simple Elements
The following simple elements are contained within this complex.
- WireAcctId
- The account identification related to wires.
- WireAcctType
- The number or character that categorizes the AcctId.
- WireIMAD
- The wire Input Message Accountability Data provided to an incoming wire.
- WireOMAD
- The wire Output Message Accountability Data provided to an outgoing wire.
- WireStatDesc
- The description that identifies the status of the wire transaction.
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
WireTrnInfoRec_CType
WireTrnInfoRec_CType
is a complex
CType
element.
Contains:
Custom_CType
WireBenfInfoRec_CType
WireFinInstToFinInstInfoRec_CType
WireInfoRmkArray
referencesRmk_AType
WireOrignAddr
referencesAddr_CType
WireOrignInfoRec_CType
WireOrignName
referencesPersonName_CType
WireOrignToBenfInfoRec_CType
WireOthXferInfoRec_CType
WireRecvFinInstAddr
referencesAddr_CType
WireRmkArray
referencesRmk_AType
WireSchedRecArray_AType
Simple Elements
The following simple elements are contained within this complex.
- BrCode
- The branch code.
- GLCostCtr
- The GL cost center provided for bank use in reporting the account to a specific GL cost center.
- GLProdCode
- The GL product code provided for bank use in reporting the account to a specific GL product code.
- IntnetFinInstId
- The identification assigned to a consumer for the financial institution internet product.
- OffCode
- The code that designates the financial institution officer.
- TaxId
- The tax identifier. It includes the
OvrrdInstRtId
,MaskVal
,Rstr
, andSrchType
attributes. - WireAmt
- The transactional amount of the wire transfer.
- WireAnlysCode
- The code that identifies the behavior for Account Analysis activity for the transaction.
- WireFeeAmt
- The fee amount associated with a transaction.
- WireFuncType
- Identifies the business purpose of the FedWire Funds Transfer
message as related to FRB operating procedures. Canonical values are:
- BTR
- CKS
- CTR
- DEP
- DRB
- DRC
- DRW
- FFR
- FFS
- IRS
- SVC
- WireNotType
- Identifies the behavior for wire notification for a transaction.
Canonical values are:
- Fax
- None
- Prt
- EmailFax
- EmailPrt
- WireRecvFinInstName
- The name of the wire receiving financial institution.
- WireRecvFinInstRtId
- The routing identifier of the wire receiving financial institution.
- WireRefId
- The wire reference identification provided to a transaction.
- WireSrc
- Identifies the source entry of the wire transaction. Canonical
values are:
- DirectLine
- FIClerk
- Intnet
- WireStat
- Identifies the status of the wire transaction.
- WireSubType
- Identifies the subtype of the FedWire Funds Transfer message as
related to FRB operating procedures. Canonical values are:
- 00
- 01
- 02
- 07
- 08
- 20
- 31
- 32
- 33
- 90
- WireTmpltDesc
- The readable description assigned to a wire template.
- WireTrfTypeCode
- The code that designates the type of wire transfer category.
- WireTrnType
- Identifies the wire transactional activity. Canonical values
are:
- Both
- Incoming
- Outgoing
- WireType
- Identifies the type of the FedWire Funds Transfer message as
related to FRB operating procedures. Canonical values are:
- 10
- 15
- 16
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
WireBenfInfoRec_CType
WireBenfInfoRec_CType
is a
complex CType
element.
Contains:
Custom_CType
WireBenfAddr
referencesAddr_CType
WireBenfFinInstAddr
referencesAddr_CType
WireDrFinInstAddr
referencesAddr_CType
WireIntmdFinInstAddr
referencesAddr_CType
Simple Elements
The following simple elements are contained within this complex.
- WireBenfFinInstId
- The identification of the beneficiary-named financial institution for a wire transfer.
- WireBenfFinInstIdType
- Identifies the type of wire created as defined by the FRB.
- WireBenfFinInstName
- The name of the beneficiary-named financial institution for a wire transfer.
- WireBenfId
- The identifier associated with the Wire Beneficiary ID element.
- WireBenfIdType
- Identifies the type of beneficiary identification. Canonical values
are:
- Bank
- CHIPSId
- CHIPSPart
- CorpId
- DepAcct
- DriverLic
- Fed
- Oth
- PassPort
- ResidenceCard
- SwiftId
- TaxId
- WireBenfName
- The named beneficiary for a wire transaction.
- WireBenfRef
- Provides reference information for use by the beneficiary to identify the transfer.
- WireDrFinInstId
- The identification of the debit named financial institution for a wire transfer.
- WireDrFinInstIdType
- Identifies the type of wire created as defined by the FRB.
Canonical values are:
- Bank
- CHIPSId
- CHIPSPart
- DepAcct
- Fed
- WireDrFinInstName
- The name of the debit named financial institution for a wire transfer.
- WireIntmdFinInstId
- The identification of the intermediary named financial institution for a wire transfer.
- WireIntmdFinInstIdType
- Identifies the type of wire created as defined by the FRB. Canonical
values are:
- Bank
- CHIPSId
- CHIPSPart
- DepAcct
- Fed
- WireIntmdFinInstName
- The name of the intermediary named financial institution for a wire transfer.
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
WireBenfAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
WireBenfAddr
references Addr_CType
.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireBenfFinInstAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
WireBenfFinInstAddr
references Addr_CType
.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireDrFinInstAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
WireDrFinInstAddr
references Addr_CType
.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireIntmdFinInstAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
WireIntmdFinInstAddr
references Addr_CType
.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireFinInstToFinInstInfoRec_CType
WireFinInstToFinInstInfoRec_CType
is a complex CType
element.
Contains:
Custom_CType
WireBenfAdviceRmkArray
referencesRmk_AType
WireBenfFinInstAdviceRmkArray
referencesRmk_AType
WireBenfFinInstRmkArray
referencesRmk_AType
WireBenfIPmtMthdRmkArray
referencesRmk_AType
WireBenfRmkArray
referencesRmk_AType
WireDrwDwnDrRmkArray
referencesRmk_AType
WireFinInstToFinInstRmkArray
referencesRmk_AType
WireIntmdFinInstAdviceRmkArray
referencesRmk_AType
WireIntmdFinInstRmkArray
referencesRmk_AType
WireRecvFinInstRmkArray
referencesRmk_AType
Simple Elements
The following simple elements are contained within this complex.
- WirePmtMthd
- The method used for the payment to the beneficiary.
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
WireBenfAdviceRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireBenfAdviceRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireBenfFinInstAdviceRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireBenfFinInstAdviceRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireBenfFinInstRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireBenfFinInstRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireBenfIPmtMthdRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireBenfIPmtMthdRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireBenfRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireBenfRmkArray
references Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireDrwDwnDrRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireDrwDwnDrRmkArray
references Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireFinInstToFinInstRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireFinInstToFinInstRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireIntmdFinInstAdviceRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireIntmdFinInstAdviceRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireIntmdFinInstRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireIntmdFinInstRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireRecvFinInstRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireRecvFinInstRmkArray
references
Rmk_AType
.Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireInfoRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireInfoRmkArray
references Rmk_AType
.
Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireOrignAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireOrignInfoRec_CType
WireOrignInfoRec_CType
is a
complex CType
element.
Contains:
Customy_CType
WireInstrFinInstAddr
referencesAddr_CType
WireOrignFinInstAddr
referencesAddr_CType
Simple Elements
The following simple elements are contained within this complex.
- WireDrwDwnCrFinInstAcctId
- The draw down credit financial institution account identification.
- WireInstrFinInstId
- The identification of the instructing financial institution for a wire transfer.
- WireInstrFinInstIdType
- Identifies the type of wire created as defined by the FRB. Canonical
values are:
- Bank
- CHIPSId
- CHIPSPart
- DepAcct
- Fed
- WireInstrFinInstName
- The name of the instructing financial institution for a wire transfer.
- WireOrignFinInstId
- The identification of the originator named financial institution for a wire transfer.
- WireOrignFinInstIdType
- Identifies the type of wire created as defined by the FRB. Canonical
values are:
- Bank
- CHIPSId
- CHIPSPart
- DepAcct
- Fed
- WireOrignFinInstName
- The name of the originator-named financial institution for a wire transfer.
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
WireInstrFinInstAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
WireInstrFinInstAddr
references Addr_CType
.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireOrignFinInstAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
WireOrignFinInstAddr
references Addr_CType
.
Contains:
FreeFormAddr_AType
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireOrignName
PersonName_CType
is a complex CType
element. It contains name information. This complex is optional.
WireOrignName
references
PersonName_CType
.
Contains:
X_PersonName
Simple Elements
The following simple elements are contained within this complex.
- ComName
- The common name. This is the full text line name like John Doe.
- FirstName
- The first name.
- LastName
- The last name.
- MiddleName
- The middle name.
X_PersonName_CType
x_PersonName_CType
is a complex CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AbbName
- An abbreviated individual's or entity's name.
- LegalName
- Used by entities like trusts, or businesses in the case where
an individual is doing business as a company, or when the legal name is
different than the
ComName
. - NameSuffix
- The name suffix. For examples, Jr. or MD.
- SalName
- A full text line name which is used in mailings. For example, Mr. and Mrs. John Doe.
- TitlePrefix
- The title prefix. Examples: Mr. or Mrs.
WireOrignToBenfInfoRec_CType
WireOrignToBenfInfoRec_CType
is a
complex CType
element.
Contains:
Custom_CType
WireOrignToBenfRmkArray
referencesRmk_AType
Custom_CType
Custom_CType
is a complex CType
element.
This element is optional.
WireOrignToBenfRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireOrignToBenfRmkArray
references Rmk_AType
.
Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireOthXferInfoRec_CType
WireOthXferInfoRec_CType
is a
complex CType
element.
Contains:
WireSndChgArray_AType
Simple Elements
The following simple elements are contained within this complex.
- WireCurrencyCode
- The code that references the type of currency used for the loan.
- WireDetOfChg
- Used by the SENDER DI to instruct the Receiver DI to deduct charges
and expenses from the payment amount. Canonical values are:
- Benf
- Shared
- WireExchRate
- The exchange rate for a specific currency.
- WireInstrAmt
- The transactional amount of the wire transfer.
WireSndChgArray_AType
WireSndChgArray_AType
is an array
AType
element. This is an array of sender charges for wire tag.
Contains:
WireSndChgRec_CType
WireSndChgRec_CType
WireSndChgRec_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- WireSndrChgOrder
- The sequential order of the wire sender charge.
- WireSndrChg
- Sender charges.
WireRecvFinInstAddr
Addr_CType
is a complex
CType
element containing address information. This element
is optional.
Contains:
FreeFormAddr_AType
WireRecvFinInstAddr
references Addr_CType
.
Simple Elements
The following simple elements are contained within this complex.
- BusAddr
- Answers the question: Is this a business address? Y states it is a business address.
- City
- The city name.
- Cntry
- The country name.
- CntryType
- The country abbreviation from ISO 3166.
- County
- The county name.
- DlvryPt
- The delivery point added to the ZIP code.
- FornAddr
- Is this a foreign address? Y states it is a foreign address.
- InvAddr
- Is this address invalid? Y states mail has been returned from this address.
- PostalCode
- The postal code or ZIP code.
- StateCode
- The two-character alpha code which represents a state. For example, MO.
- StateProv
- The state or province or region.
- StreetAddr1
- The street address.
- StreetAddr2
- The second line of street address.
- StreetAddr3
- The third line of street address.
FreeFormAddr_AType
FreeFormAddr_AType
is an array AType
element. This is
an array of free form address lines 1–11 in a printable/usable form.
Contains:
AddrLineInfo_CType
AddrLineInfo_CType
AddrLineInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- AddrLine
- Free-form element of address lines 1–11 in a printable/usable form, generally not separated.
WireRmkArray
Rmk_AType
is an array
AType
element. This is an array of application or user
remarks in free form text.
WireRmkArray
references Rmk_AType
.
Contains:
RmkInfo_CType
RmkInfo_CType
RmkInfo_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Rmk
- Application or user remarks free-form text.
WireSchedRecArray_AType
WireSchedRecArray_AType
is an array AType
element.
This is an array of responses for wire schedules.
Contains:
WireSchedRec_CType
WireSchedRec_CType
WireSchedRec_CType
is a complex
CType
element.
Simple Elements
The following simple elements are contained within this complex.
- Amt
- The amount or quantity.
- IntnetFinInstId
- The identification assigned to a consumer for the financial institution internet product.
- SemiDay1
- The day of month for first semi-monthly payment.
- SemiDay2
- The day of month for second semi-monthly payment.
- WireInitDt
- The date a wire entry was initiated.
- WireInitTime
- The time a wire entry was initiated.
- WireSchedDayOfMonth
- The day of the month for transfer transaction. This day is only required if the transfer date is the 29th of the month.
- WireSchedDayOfWeekOccur
- The day of week occurrence. Canonical values are:
- First
- Secd
- Third
- Fourth
- Last
- WireSchedDayOfWeek
- The day of the week. Canonical values are:
- Mon
- Tues
- Wed
- Thur
- Fri
- Sat
- Sun
- WireSchedExpDt
- The expiration date of the transfer request.
- WireSchedFirstDt
- The first date to start a future transfer request.
- WireSchedFreq
- The frequency of the transfer.
- WireSchedFreqUnits
- The units of frequency for the transfer request. Canonical values
are:
- BiWeekSkipFirst
- BiWeekSkipLast
- Days
- Indefinite
- Months
- NA
- SemiMonthly
- WeekSkipFirst
- WeekSkipLast
- Years
- WireSchedNextDt
- The next scheduled transfer date.
- WireSchedStat
- Identifies the status of the future transfer schedule. Canonical
values are:
- Active
- Expired
- Suspended