From 7765b04f0b1a71227411409921a0bdcf3c129421 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 12 Jul 2016 18:08:25 +0100 Subject: [PATCH] Fixed index. --- src/main/webdemo/js/Deal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webdemo/js/Deal.js b/src/main/webdemo/js/Deal.js index 71c2edb6b4..b68b899b79 100644 --- a/src/main/webdemo/js/Deal.js +++ b/src/main/webdemo/js/Deal.js @@ -12,8 +12,8 @@ define(['viewmodel/FixedRate'], (fixedRateViewModel) => { }; let indexLookup = { - "GBP": "LIBOR", - "USD": "LIBOR", + "GBP": "ICE LIBOR", + "USD": "ICE LIBOR", "EUR": "EURIBOR" };