Difference Between Currency Swap and FX Swap
[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的更多相关文章
- centos系统swap设置 查看swap分区的方法
交换分区swap,意思是“交换”.“实物交易”,它的功能就是在内存不够的情况下,操作系统先把内存中暂时不用的数据,存到硬盘的交换空间,腾出内存来让别的程序运行,和Windows的虚拟内存(pagefi ...
- 阿里云云主机添加swap分区与swap性能优化
1.swap的功能与相应内核参数 Linux 将物理内存分为内存段的部分被称作“页面”.交换是指内存页面被复制到预先设定好的硬盘空间(叫做交换空间)的过程,目的是释放用于页面的内存.物理内存和交换空间 ...
- java坏境内存不够用 大量占用swap 临时加swap
dd if=/dev/sda of=/tmp/mbr.bin bs=512 count=1 查询2进制文件 file 看文件类型 思路 创建一个大文件作为swap 1.1创建文件 [root ...
- 监控 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 自带 ...
- 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 ...
- LVM 管理减少swap分区空间增加到根分区
简介 LVM是 Logical Volume Manager(逻辑卷管理)的简写,它是Linux环境下对磁盘分区进行管理的一种机制,它由Heinz Mauelshagen在Linux 2.4内核上实现 ...
- 疑难问题解决备忘录(2)——ubuntu12.04分配swap
分配swapdd if=/dev/zero of=Swap.disk bs=1M count=6k (count=1k创建1G的Swap,如果要创建6G则count=6k:这步比较慢) 创建swap文 ...
- centos 创建swap 交换分区
阿里云的服务器是没有交换分区的,如 [www-data@iZbp1ivdq1ie5lmrhp13kjZ ~]$ free -m total used free shared buff/cache av ...
- iOS中的交换空间(swap space)
看来是没有交换空间,原因是闪存和SSD硬盘相比,速度很慢,也有电源管理的原因. the NAND flash is not designed to be used as swap. It is dam ...
随机推荐
- MySQL快速清空表数据
truncate table 可以不删除表的情况下,快速情况表数据
- httpclient 实现的http工具类
HttpClient实现的工具类 就是簡單的用http 協議請求請求地址並返回數據,廢話少數直接上代碼 http請求返回的封裝類 package com.nnk.upstream.util; impo ...
- Daily Affirmations 每天对自己大声说:我很棒
I was 18 the first time a therapist2) tried to get me to embrace the idea of daily affirmations. I w ...
- 关于sparksql
1.读取json文件,并且进行查询等操作 所使用的jar包为 json文件内容 { "id":1 ,"name":" Ella"," ...
- IDEA中方法的快捷键及自定义方法
1. 字母组合联想到对应的方法 ·ps联想到public static方法和成员 ·输入psvm联想到主方法 ·输入psf联想到用public static final 等 · pc联想到clone和 ...
- jar is not a valid DFS filename
- hiho #1485 : hiho字符串(滑动窗口)
#1485 : hiho字符串 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 如果一个字符串恰好包含2个'h'.1个'i'和1个'o',我们就称这个字符串是hiho字符 ...
- 2019ICPC南京网络赛总结
这次是在学校打的,总体不算好,过两题校排200多..很惨. 开场一段时间没人过题,但是很多人交I, 我也就再看,看着看着发现不可做,这时候转F,花了半天读懂题意的时候想到主席树查找.但是主席树这种查找 ...
- C# WinForm捕获全局异常(捕获未处理的异常)
static class Program { /// <summary> /// 应用程序的主入口点. /// </summary> [STAThread] static vo ...
- 动软生成器 Liger model生成模板
<#@ template language="c#" HostSpecific="True" #> <#@ output extension= ...