mirror of
https://github.com/corda/corda.git
synced 2025-01-17 10:20:02 +00:00
Fixed index.
This commit is contained in:
parent
bbfbce6656
commit
7765b04f0b
@ -12,8 +12,8 @@ define(['viewmodel/FixedRate'], (fixedRateViewModel) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let indexLookup = {
|
let indexLookup = {
|
||||||
"GBP": "LIBOR",
|
"GBP": "ICE LIBOR",
|
||||||
"USD": "LIBOR",
|
"USD": "ICE LIBOR",
|
||||||
"EUR": "EURIBOR"
|
"EUR": "EURIBOR"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user