Can you please help me to understand the difference between SWIFT Interact & Fileact protocol
Difference between SWIFT Interact & Fileact transmissions
5.9k Views Asked by venkat At
2
There are 2 best solutions below
0
Faisal Khan
On
The two products are designed to handle different types of financial processing.
SWIFT Interact is designed for solutions where a real-time gross settlement system is in play, better known by its acronym RTGS. This type of processing is near real-time processing. In the US the FedWIRE for example is an RTGS solution.
The SWIFT Fileact is used for time-insensitive processing, i.e. batch processing. In such a system, financial transactions are queued up and then batch processed at a particular time. For example ACH is a batch processed system.
Though both protocols are handling financial transactions, the difference lies in the processing handling aspect of it.
Related Questions in EDI
- Schema error with Azure BizTalk Services EDI Bridge
- Smooks: Outputting EDI from Java
- Yet another catch 22 in BizTalk generating 999
- EDI Tradacoms message format tables
- How the edimap file has to look like? Smooks doesnt find any field
- 500: Internal Server Error while trying to consume axis2 web service in .net
- wso2 esb smooks un/edifact 96a EDI to XML
- Java library for Java to EDI conversion
- EDI X12-3060 : POA 855 file structure
- BizTalk HIPAA EDI multi-input map doesn't generate node
- issue in writing multiple segments in the database through Mirth
- Convert .Edi file into an XML file in c# without using a third party dll
- Convert EDI to multiple XMLs using smooks
- BizTalk message box full of BTXTimerMessage messages
- open source .NET libraries available for writing ANSI 837 files in EDI?
Related Questions in BANKING
- Overdraft method for bank account
- Generate non repeating numbers to add to customerNumber int variable
- Error Code 2002 with Plaid + Stripe Api
- Fiserv/OSI DNA and ACH Origination job
- Utility for Refilling an Account on A certain Schedule
- C: warning: ‘withdrawal_amt’ may be used uninitialized in this function
- Calculate interest on postgresql with trigger/function
- Get bank name from routing number
- EBICS 3.0 Schema H005 Ebics errorcode 090004
- Workload modelling_JMeter Performance Testing
- How can I serialize the Transaction model in django rest framework
- Django: Implementing fund reversal in post_save signal
- Implementing Razorpay Withdrawal System in Website
- How does one ascertain what the components of RFC 3615's examples represent?
- SMS Banking Servers
Related Questions in EAI
- Explain the relationship of ESB technology with EAI and SOA?
- JBoss Fuse/ Red Hat JBoss developer Studio, Fuse Integration Project error
- Is there an equivalent function like JMS Topic in MSMQ?
- Outbound adapter for Webmethods integration server
- Sending multiple emails with data from rows in Talend Open Studio
- What is the difference between a content enricher vs Service Activator with a reply channel?
- Spring integration tutorials, information,examples?
- Lightweight messaging on GAE
- Get value of xsi:type with xpath
- Siebel COM Data Control File Transfer
- Difference between SWIFT Interact & Fileact transmissions
- How to design a canonical data model in a distributed platform?
- How does SWIFT work?
- Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule)?
- Using Spring Integration to split a large XML file into individual smaller messages and process each individually
Related Questions in B2B
- iOS Enterprise Program vs Volume Purchase Program
- iOS B2B App Rejection
- How to receive PDF's in BizTalk
- Custom B2B iOS app distribution in the country not available to use volume purchase program (VPP)
- Checkbox for Custom B2B App not showing up in iTunes connect
- Is it right to distribute one app to different apple VPP clients using same bundle identifier through B2B account?
- Do I really need a B2B - Developer is himself the Customer for iOS app
- Unable to create component with outletref in Spartcus3.0.0-next.3
- Apple Mobile B2B Distribution Customization How-To
- Need Schema file of 860 EDI File X12, version 4010
- AppStore issue with B2B app
- How can we integrate the B2B endpoint based on eBXML with the Node.js application?
- Business-To-Buyer API Endpoints For Major E-Commerce Sellers
- How to use holodeck with S3
- Difference between SWIFT Interact & Fileact transmissions
Related Questions in SWIFT-MT
- BizTalk - A4SWIFT - Parsing error after deployment
- SWIFT Specs - What is the difference between a field and a tag?
- Difference between SWIFT Interact & Fileact transmissions
- How does SWIFT work?
- SWIFT MT txt to MT XML conversion
- Swift Message Parser : Equivalent of prowide core in C#
- Java Swift BICDownload exitcode=0
- SWIFT message parsing for .NET
- Where can I find a SWIFT form in HTML?
- Febelfin CODA (Coded Statement of Account) 2.3 Only used in Belgium?
- How to "read" a SWIFT message?
- SWIFT Sample Store for Developers to Write Parser
- how to Iterate over two list of different size?
- C# : Swift MT 103 Code 50K: element Parser
- Read whole file in blocks in c#
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
@venkat
If you are looking for more information about OpenStack Swift kindly follow our developer documentation http://docs.openstack.org/developer/swift/ for details.