Dataset of Currency Forward Position of U.S. International Fixed Income Funds
Dataset of Currency Forward Position of U.S. International Fixed Income Funds
Description: We present an interactive dashboard visualizing the net position of each currency derivative of mutual funds which is used to manage their currency exposures. Here we collect the dataset of currency forward contracts for major currencies used by U.S. international fixed-income funds.
Created: 2025-02-12
Updated: 2025-02-20
Licenses:
Sources:
Measurement net of fund currency forwards
For each fund f
, currency c
, and year-quarter t
, we define the Net Forward Sales (NFS) at currency level as follows:
Dashboard Features
- Area Chart: Shows the evolution of net forward sale positions over time for one or more selected currencies.
- Horizontal Bar Chart: Displays a broader picture of net forward sale positions per currency for a selected year end date.
Visual Output
Note:
- To view the interactive dashboard, you can run the provided Jupyter Notebook (
CurrencyForward_plot.ipynb
) locally.
How to Run Locally
- Clone the repository:
git clone https://github.com/LennoxFang/HedgingPlot.git cd HedgingPlot