[z]https://www.differencebetween.com/difference-between-currency-swap-and-vs-fx-swap/

Currency Swap vs FX Swap

Swaps are derivatives that are used for swapping cash flow streams and are used in most instances for hedging purposes. The article takes a closer look at two types of swaps that are used for swapping foreign currency through minimizing foreign exchange rate risk. Currency swaps and FX swaps are similar to one another, and are, therefore, easily confused to be the same. The article offers clear examples and explanations of each and highlights how they are similar and different to each other.

What is Currency Swap?

A currency swap is an agreement between two parties to exchange specific amounts of different currencies. A typical currency swap constitutes a foreign exchange agreement where two parties will exchange or ‘swap’ a series of payments in one currency for a series of payments in another currency. The payments that are exchanged are interest and principal payments of a loan denominated in one currency for a loan of an equal amount of another currency.

As an example, a US based firm needs British Pounds and a company based in the UK requires US dollars. In this situation, the US firm will borrow pounds, and the UK firm will borrow dollars; the US firm will pay for the UK firm’s debt that is in USD (Principal and interest payments made in USD) and UK firm will pay for US firm’s debt that is in pounds (principal and interest payments made in pounds). In order for such an exchange to take place successfully, an interest rate (fixed or floating), agreed upon the amount of borrowing, and a maturity date must be set. Currency swaps present a competitive advantage to the parties involved as these parties can now borrow foreign currency at a lower cost with less exposure to foreign exchange rate risk.

What is FX Swap?

FX swap is a contract between two parties that simultaneously agrees to buy (or sell) a specific amount of a currency at an agreed on rate, and to sell (or buy) the same amount of currency at a later date at an agreed on rate. There are 2 legs in a FX swap transaction. In the first leg of the swap, a specific amount of a currency is bought (or sold) against another currency at the prevailing spot rate. In the second leg of the transaction, an equal amount of currency is sold (or bought) against the other currency at the forward rate.

Taking a simple example, a company has 500,000 Euros and requires USD in 5 months’ time. Since the company already has funds in another currency (euros), they can use these funds to fulfill their requirement without being exposed to foreign exchange rate risk. The company can sell the 500,000 Euros to the bank at the current spot rate, and receive an equivalent of USD, and will agree to buy back the Euros and sell USD in 5 months.

Currency Swap vs FX Swap

Currency swaps and foreign exchange swaps are very similar to one another as they aid in hedging foreign exchange risk and offer corporations a mechanism in which foreign exchange can be obtained with minimal exposure to exchange rate risk. Nevertheless, these two derivatives are different to one another in that a currency swap exchanges a series of cash flows (interest payments and principles), whereas in a FX swap involves 2 transactions; sell or purchase at the spot rate, and repurchase or resell at forward rate.

The other major difference is that a currency swap is a loan that is taken out by either party where interest and principal payments are then exchanged, whereas a FX swap is conducted by using an available amount of currency that is then exchanged for an equivalent amount of another currency.

Summary:

Difference Between Currency Swap and FX Swap

• A typical currency swap constitutes a foreign exchange agreement where two parties will exchange or ‘swap’ a series of payments (interest and principal) in one currency for a series of payments in another currency.

• FX swap is a contract between two parties that simultaneously agrees to buy (or sell) a specific amount of a currency at an agreed on rate, and to sell (or buy) the same amount of currency at a later date at an agreed on rate.

• Currency swaps and foreign exchange swaps are very similar to one another as they aid in hedging foreign exchange risk and offer corporations a mechanism in which foreign exchange can be obtained with minimal exposure to exchange rate risk.

Difference Between Currency Swap and FX Swap的更多相关文章

  1. centos系统swap设置 查看swap分区的方法

    交换分区swap,意思是“交换”.“实物交易”,它的功能就是在内存不够的情况下,操作系统先把内存中暂时不用的数据,存到硬盘的交换空间,腾出内存来让别的程序运行,和Windows的虚拟内存(pagefi ...

  2. 阿里云云主机添加swap分区与swap性能优化

    1.swap的功能与相应内核参数 Linux 将物理内存分为内存段的部分被称作“页面”.交换是指内存页面被复制到预先设定好的硬盘空间(叫做交换空间)的过程,目的是释放用于页面的内存.物理内存和交换空间 ...

  3. java坏境内存不够用 大量占用swap 临时加swap

    dd if=/dev/sda of=/tmp/mbr.bin   bs=512   count=1 查询2进制文件 file  看文件类型 思路 创建一个大文件作为swap 1.1创建文件 [root ...

  4. 监控 Linux Unix Solaris AIX, swap page in / swap page out

    vmstat 的 pi/po si/so --监控一天 vmstat 5 17280> vmstat.txt sar -W 1.得到数据 (linux 的 /var/log/sar/saX 自带 ...

  5. Adding Swap Files

    Adding Swap Files If you do not have free disk space to create a swap partition and you do need to a ...

  6. LVM 管理减少swap分区空间增加到根分区

    简介 LVM是 Logical Volume Manager(逻辑卷管理)的简写,它是Linux环境下对磁盘分区进行管理的一种机制,它由Heinz Mauelshagen在Linux 2.4内核上实现 ...

  7. 疑难问题解决备忘录(2)——ubuntu12.04分配swap

    分配swapdd if=/dev/zero of=Swap.disk bs=1M count=6k (count=1k创建1G的Swap,如果要创建6G则count=6k:这步比较慢) 创建swap文 ...

  8. centos 创建swap 交换分区

    阿里云的服务器是没有交换分区的,如 [www-data@iZbp1ivdq1ie5lmrhp13kjZ ~]$ free -m total used free shared buff/cache av ...

  9. iOS中的交换空间(swap space)

    看来是没有交换空间,原因是闪存和SSD硬盘相比,速度很慢,也有电源管理的原因. the NAND flash is not designed to be used as swap. It is dam ...

随机推荐

  1. Mysql命令行添加用户

    创建用户: 命令: ? 1 CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 说明:username – 你将创建的用户名, host – ...

  2. Linux系统下C语言获取Time

    获取时间的函数有很多,具体包括如下: time()/gettimeofday()等等,下面是获取具体到usecond的时间程序: #include <iostream> #include ...

  3. laravel-admin 添加图表 Chartjs

    github地址:https://github.com/laravel-admin-extensions/chartjs Installation composer require laravel-a ...

  4. C#异步编程研究学习(一)

    可以使用Func<T>或者Action<T>简单实现如: Func<string, string,string,string, int> func = new Fu ...

  5. linux服务器上如何使用nginx访问本地静态资源

    查看80端口是否被占用,一般80端口多被apache服务占用. netstat -anp|grep 80 2.修改apache服务的端口号 vim /etc/apache2/ports.conf 3. ...

  6. java 枚举的用法

    public enum StatisticTableEnum { DOC_BROWSE_STATISTIC("doc_browse_statistic"), DOC_LIB_BRO ...

  7. 程序包管理工具yum

    yum 首先要有一个网络上或本地或远程的yum仓库.然后需要yum安装程序的机器去yum仓库下载yum元数据(包括包信息和依赖信息)到本地的cache里.当需要安装程序的时候,会查看yum源数据里是否 ...

  8. 一个简单的ETL脚本的内容

    一个简单的ETL脚本应该包含如下内容 1.注释 2.设置字符集 3.基础路径参数 脚本路径 票据路径 日志路径 当前SHELL的脚本别名:declare SHELL_NAME=“${basename ...

  9. 《Python 3标准库》

    在本书中,你会看到用来处理文本.数据类型.算法.数学计算.文件系统.网络通信.Internet.XML.Email.加密.并发性.运行时和语言服务等各个方面的实用代码和解决方案.在内容安排上,每一节都 ...

  10. 在神经网络中weight decay

    weight decay(权值衰减)的最终目的是防止过拟合.在损失函数中,weight decay是放在正则项(regularization)前面的一个系数,正则项一般指示模型的复杂度,所以weigh ...