Fixed index.

This commit is contained in:
Clinton Alexander 2016-07-12 18:08:25 +01:00
parent bbfbce6656
commit 7765b04f0b

View File

@ -12,8 +12,8 @@ define(['viewmodel/FixedRate'], (fixedRateViewModel) => {
};
let indexLookup = {
"GBP": "LIBOR",
"USD": "LIBOR",
"GBP": "ICE LIBOR",
"USD": "ICE LIBOR",
"EUR": "EURIBOR"
};