qis.load_fx_rates_data¶
- qis.load_fx_rates_data(local_path, file_name='fx_hedging_data')[source]¶
read FX spots and domestic short rates from the saved CSV pair.
Applies one in-memory correction: historical files stored
GBpas a copy ofGBP, where the correct relationship isGBp = 0.01 * GBP. A file carrying the stale mapping is healed on load, so callers always see the corrected series; rerunningcreate_fx_rates_datapersists the fix.