@oanda/labs-value-at-risk-widget 1.0.65 → 1.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +268 -0
- package/dist/main/ValueAtRiskWidget/ChartWithData.js +5 -5
- package/dist/main/ValueAtRiskWidget/ChartWithData.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/Tool.js +12 -12
- package/dist/main/ValueAtRiskWidget/Tool.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/ToolWithData.js +3 -3
- package/dist/main/ValueAtRiskWidget/ToolWithData.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/ValueAtRiskWidget.js +8 -8
- package/dist/main/ValueAtRiskWidget/ValueAtRiskWidget.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/Widget.js +6 -6
- package/dist/main/ValueAtRiskWidget/Widget.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Chart/Chart.js +10 -10
- package/dist/main/ValueAtRiskWidget/components/Chart/Chart.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Chart/getOption.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Chart/types.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Legend/DashedLine.js +6 -6
- package/dist/main/ValueAtRiskWidget/components/Legend/DashedLine.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Legend/DesktopLegend.js +3 -3
- package/dist/main/ValueAtRiskWidget/components/Legend/DesktopLegend.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Legend/Legend.js +11 -11
- package/dist/main/ValueAtRiskWidget/components/Legend/Legend.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Legend/MobileLegend.js +5 -5
- package/dist/main/ValueAtRiskWidget/components/Legend/MobileLegend.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Legend/constants.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/components/Legend/types.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/render.js +9 -9
- package/dist/main/ValueAtRiskWidget/render.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/types.js.map +1 -1
- package/dist/main/ValueAtRiskWidget/utils.js.map +1 -1
- package/dist/main/gql/getValueAtRiskAssetClasses.js +1 -1
- package/dist/main/gql/getValueAtRiskAssetClasses.js.map +1 -1
- package/dist/main/gql/getValueAtRiskChart.js +12 -2
- package/dist/main/gql/getValueAtRiskChart.js.map +1 -1
- package/dist/main/gql/types/fragment-masking.js.map +1 -1
- package/dist/main/gql/types/gql.js +2 -2
- package/dist/main/gql/types/gql.js.map +1 -1
- package/dist/main/gql/types/graphql.js +241 -241
- package/dist/main/gql/types/graphql.js.map +1 -1
- package/dist/main/gql/types/index.js.map +1 -1
- package/dist/main/translations/index.js +1 -1
- package/dist/main/translations/index.js.map +1 -1
- package/dist/main/translations/translations.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/ChartWithData.js +5 -5
- package/dist/module/ValueAtRiskWidget/ChartWithData.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/Tool.js +12 -12
- package/dist/module/ValueAtRiskWidget/Tool.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/ToolWithData.js +3 -3
- package/dist/module/ValueAtRiskWidget/ToolWithData.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/ValueAtRiskWidget.js +8 -8
- package/dist/module/ValueAtRiskWidget/ValueAtRiskWidget.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/Widget.js +6 -6
- package/dist/module/ValueAtRiskWidget/Widget.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Chart/Chart.js +8 -8
- package/dist/module/ValueAtRiskWidget/components/Chart/Chart.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Chart/getOption.js +1 -1
- package/dist/module/ValueAtRiskWidget/components/Chart/getOption.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Chart/types.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Legend/DashedLine.js +6 -6
- package/dist/module/ValueAtRiskWidget/components/Legend/DashedLine.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Legend/DesktopLegend.js +3 -3
- package/dist/module/ValueAtRiskWidget/components/Legend/DesktopLegend.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Legend/Legend.js +11 -11
- package/dist/module/ValueAtRiskWidget/components/Legend/Legend.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Legend/MobileLegend.js +5 -5
- package/dist/module/ValueAtRiskWidget/components/Legend/MobileLegend.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Legend/constants.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/components/Legend/types.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/render.js +9 -9
- package/dist/module/ValueAtRiskWidget/render.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/types.js.map +1 -1
- package/dist/module/ValueAtRiskWidget/utils.js +1 -1
- package/dist/module/ValueAtRiskWidget/utils.js.map +1 -1
- package/dist/module/gql/getValueAtRiskAssetClasses.js +1 -1
- package/dist/module/gql/getValueAtRiskAssetClasses.js.map +1 -1
- package/dist/module/gql/getValueAtRiskChart.js +12 -2
- package/dist/module/gql/getValueAtRiskChart.js.map +1 -1
- package/dist/module/gql/types/fragment-masking.js.map +1 -1
- package/dist/module/gql/types/gql.js +2 -2
- package/dist/module/gql/types/gql.js.map +1 -1
- package/dist/module/gql/types/graphql.js +241 -241
- package/dist/module/gql/types/graphql.js.map +1 -1
- package/dist/module/gql/types/index.js +2 -2
- package/dist/module/gql/types/index.js.map +1 -1
- package/dist/module/translations/index.js +1 -1
- package/dist/module/translations/index.js.map +1 -1
- package/dist/module/translations/translations.js.map +1 -1
- package/dist/types/ValueAtRiskWidget/ChartWithData.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/Tool.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/ToolWithData.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/ValueAtRiskWidget.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/Widget.d.ts +2 -2
- package/dist/types/ValueAtRiskWidget/components/Chart/Chart.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/components/Chart/getOption.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/components/Chart/types.d.ts +2 -2
- package/dist/types/ValueAtRiskWidget/components/Legend/DashedLine.d.ts +2 -2
- package/dist/types/ValueAtRiskWidget/components/Legend/DesktopLegend.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/components/Legend/Legend.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/components/Legend/MobileLegend.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/components/Legend/constants.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/components/Legend/types.d.ts +1 -1
- package/dist/types/ValueAtRiskWidget/types.d.ts +2 -2
- package/dist/types/ValueAtRiskWidget/utils.d.ts +2 -2
- package/dist/types/gql/types/gql.d.ts +4 -4
- package/dist/types/gql/types/index.d.ts +2 -2
- package/dist/types/translations/index.d.ts +2 -2
- package/package.json +3 -3
- package/src/ValueAtRiskWidget/ChartWithData.tsx +45 -26
- package/src/ValueAtRiskWidget/Tool.tsx +42 -28
- package/src/ValueAtRiskWidget/ToolWithData.tsx +29 -23
- package/src/ValueAtRiskWidget/ValueAtRiskWidget.tsx +16 -16
- package/src/ValueAtRiskWidget/Widget.tsx +7 -11
- package/src/ValueAtRiskWidget/components/Chart/Chart.tsx +20 -19
- package/src/ValueAtRiskWidget/components/Chart/getOption.ts +4 -4
- package/src/ValueAtRiskWidget/components/Chart/types.ts +4 -3
- package/src/ValueAtRiskWidget/components/Legend/DashedLine.tsx +18 -8
- package/src/ValueAtRiskWidget/components/Legend/DesktopLegend.tsx +28 -19
- package/src/ValueAtRiskWidget/components/Legend/Legend.tsx +11 -14
- package/src/ValueAtRiskWidget/components/Legend/MobileLegend.tsx +40 -22
- package/src/ValueAtRiskWidget/components/Legend/constants.tsx +1 -1
- package/src/ValueAtRiskWidget/components/Legend/types.tsx +9 -9
- package/src/ValueAtRiskWidget/render.tsx +22 -24
- package/src/ValueAtRiskWidget/types.ts +7 -3
- package/src/ValueAtRiskWidget/utils.ts +18 -10
- package/src/gql/getValueAtRiskAssetClasses.ts +1 -1
- package/src/gql/getValueAtRiskChart.ts +12 -2
- package/src/gql/types/fragment-masking.ts +41 -21
- package/src/gql/types/gql.ts +12 -5
- package/src/gql/types/graphql.ts +339 -47
- package/src/gql/types/index.ts +2 -2
- package/src/translations/index.ts +4 -4
- package/src/translations/translations.ts +1 -3
- package/test/ChartWithData.test.tsx +21 -13
- package/test/Tool.test.tsx +35 -21
- package/test/ToolWithData.test.tsx +18 -7
- package/test/Widget.test.tsx +13 -8
- package/test/getPercentValueByPips.test.ts +15 -3
- package/test/mocks/assetClassesMock.ts +1 -3
- package/test/mocks/responsesMocks.ts +6 -2
- package/test/utils.test.ts +14 -7
package/test/Tool.test.tsx
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jest-environment jsdom
|
|
3
3
|
*/
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { render, fireEvent } from '@testing-library/react';
|
|
6
|
-
import { MockLayoutProvider } from '@oanda/labs-widget-common';
|
|
7
4
|
import { MockedProvider } from '@apollo/client/testing';
|
|
5
|
+
import { MockLayoutProvider } from '@oanda/labs-widget-common';
|
|
6
|
+
import { fireEvent, render } from '@testing-library/react';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
import { Division } from '../src/gql/types/graphql';
|
|
8
10
|
import { Tool } from '../src/ValueAtRiskWidget/Tool';
|
|
9
11
|
import { assetClassesMock, getValueAtRiskChartMock } from './mocks';
|
|
10
|
-
import { Division } from '../src/gql/types/graphql';
|
|
11
12
|
|
|
12
13
|
const data = {
|
|
13
14
|
valueAtRiskAssetClasses: assetClassesMock,
|
|
@@ -18,36 +19,49 @@ describe('Tool component', () => {
|
|
|
18
19
|
const { getByTestId } = render(
|
|
19
20
|
<MockedProvider mocks={getValueAtRiskChartMock()}>
|
|
20
21
|
<MockLayoutProvider>
|
|
21
|
-
<Tool
|
|
22
|
-
data={data}
|
|
23
|
-
division={Division.Oc}
|
|
24
|
-
/>
|
|
22
|
+
<Tool data={data} division={Division.Oc} />
|
|
25
23
|
</MockLayoutProvider>
|
|
26
|
-
</MockedProvider
|
|
24
|
+
</MockedProvider>
|
|
27
25
|
);
|
|
28
26
|
|
|
29
27
|
expect(getByTestId('value-at-risk-tool-wrapper')).toBeInTheDocument();
|
|
30
28
|
});
|
|
31
29
|
it('should change asset class and instruments list on click', () => {
|
|
32
30
|
const { container, getByTestId } = render(
|
|
33
|
-
<MockedProvider
|
|
31
|
+
<MockedProvider
|
|
32
|
+
mocks={[
|
|
33
|
+
...getValueAtRiskChartMock('AUD_USD'),
|
|
34
|
+
...getValueAtRiskChartMock('AUS200'),
|
|
35
|
+
]}
|
|
36
|
+
>
|
|
34
37
|
<MockLayoutProvider>
|
|
35
|
-
<Tool
|
|
36
|
-
data={data}
|
|
37
|
-
division={Division.Oc}
|
|
38
|
-
/>
|
|
38
|
+
<Tool data={data} division={Division.Oc} />
|
|
39
39
|
</MockLayoutProvider>
|
|
40
|
-
</MockedProvider
|
|
40
|
+
</MockedProvider>
|
|
41
41
|
);
|
|
42
42
|
expect(getByTestId('value-at-risk-tool-wrapper')).toBeInTheDocument();
|
|
43
|
-
expect(
|
|
44
|
-
|
|
43
|
+
expect(
|
|
44
|
+
container.querySelector('div[data-testid="select"] div')
|
|
45
|
+
).toHaveTextContent('Currency');
|
|
46
|
+
expect(
|
|
47
|
+
container.querySelector('div[data-testid="select"]:nth-child(2) div')
|
|
48
|
+
).toHaveTextContent('AUD/USD');
|
|
45
49
|
|
|
46
|
-
fireEvent.click(
|
|
50
|
+
fireEvent.click(
|
|
51
|
+
container.querySelector('div[data-testid="select"] div') as any
|
|
52
|
+
);
|
|
47
53
|
|
|
48
|
-
fireEvent.click(
|
|
54
|
+
fireEvent.click(
|
|
55
|
+
container.querySelector(
|
|
56
|
+
'ul[data-testid="select-options"] li:nth-child(2) button'
|
|
57
|
+
) as any
|
|
58
|
+
);
|
|
49
59
|
|
|
50
|
-
expect(
|
|
51
|
-
|
|
60
|
+
expect(
|
|
61
|
+
container.querySelector('div[data-testid="select"] div')
|
|
62
|
+
).toHaveTextContent('Indices');
|
|
63
|
+
expect(
|
|
64
|
+
container.querySelector('div[data-testid="select"]:nth-child(2) div')
|
|
65
|
+
).toHaveTextContent('Australia 200');
|
|
52
66
|
});
|
|
53
67
|
});
|
|
@@ -1,26 +1,37 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jest-environment jsdom
|
|
3
3
|
*/
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { render } from '@testing-library/react';
|
|
6
4
|
import { MockedProvider } from '@apollo/client/testing';
|
|
7
5
|
import { MockLayoutProvider } from '@oanda/labs-widget-common';
|
|
8
|
-
import {
|
|
6
|
+
import { render } from '@testing-library/react';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
9
|
import { Division } from '../src/gql/types/graphql';
|
|
10
|
-
import {
|
|
10
|
+
import { ToolWithData } from '../src/ValueAtRiskWidget/ToolWithData';
|
|
11
|
+
import {
|
|
12
|
+
getValueAtRiskAssetClassesMock,
|
|
13
|
+
getValueAtRiskChartMock,
|
|
14
|
+
} from './mocks/responsesMocks';
|
|
11
15
|
|
|
12
16
|
describe('Main component', () => {
|
|
13
17
|
it('should render tool view', async () => {
|
|
14
18
|
const { findByTestId } = render(
|
|
15
|
-
<MockedProvider
|
|
19
|
+
<MockedProvider
|
|
20
|
+
mocks={[
|
|
21
|
+
...getValueAtRiskAssetClassesMock,
|
|
22
|
+
...getValueAtRiskChartMock(),
|
|
23
|
+
]}
|
|
24
|
+
>
|
|
16
25
|
<MockLayoutProvider isDark={false}>
|
|
17
26
|
<ToolWithData division={Division.Oc} />
|
|
18
27
|
</MockLayoutProvider>
|
|
19
|
-
</MockedProvider
|
|
28
|
+
</MockedProvider>
|
|
20
29
|
);
|
|
21
30
|
|
|
22
31
|
expect(await findByTestId('value-at-risk-wrapper')).toBeInTheDocument();
|
|
23
32
|
|
|
24
|
-
expect(
|
|
33
|
+
expect(
|
|
34
|
+
await findByTestId('value-at-risk-tool-wrapper')
|
|
35
|
+
).toBeInTheDocument();
|
|
25
36
|
});
|
|
26
37
|
});
|
package/test/Widget.test.tsx
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jest-environment jsdom
|
|
3
3
|
*/
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import { render } from '@testing-library/react';
|
|
6
|
-
import { MockLayoutProvider } from '@oanda/labs-widget-common';
|
|
7
4
|
import { MockedProvider } from '@apollo/client/testing';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { MockLayoutProvider } from '@oanda/labs-widget-common';
|
|
6
|
+
import { render } from '@testing-library/react';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
import {
|
|
10
|
+
Division,
|
|
11
|
+
ValueAtRiskBars,
|
|
12
|
+
ValueAtRiskDuration,
|
|
13
|
+
} from '../src/gql/types/graphql';
|
|
10
14
|
import { Widget } from '../src/ValueAtRiskWidget/Widget';
|
|
15
|
+
import { getValueAtRiskChartMock } from './mocks';
|
|
11
16
|
|
|
12
17
|
describe('Widget component', () => {
|
|
13
18
|
it('should render widget view', () => {
|
|
@@ -15,13 +20,13 @@ describe('Widget component', () => {
|
|
|
15
20
|
<MockedProvider mocks={getValueAtRiskChartMock()}>
|
|
16
21
|
<MockLayoutProvider>
|
|
17
22
|
<Widget
|
|
18
|
-
division={Division.Oc}
|
|
19
|
-
instrument="AUD_USD"
|
|
20
23
|
bars={ValueAtRiskBars.C100}
|
|
24
|
+
division={Division.Oc}
|
|
21
25
|
duration={ValueAtRiskDuration.C1}
|
|
26
|
+
instrument="AUD_USD"
|
|
22
27
|
/>
|
|
23
28
|
</MockLayoutProvider>
|
|
24
|
-
</MockedProvider
|
|
29
|
+
</MockedProvider>
|
|
25
30
|
);
|
|
26
31
|
|
|
27
32
|
expect(getByTestId('value-at-risk-widget-wrapper')).toBeInTheDocument();
|
|
@@ -2,7 +2,11 @@ import { getPercentValueByPips } from '../src/ValueAtRiskWidget/components/Chart
|
|
|
2
2
|
|
|
3
3
|
describe('getPercentValueByPips', () => {
|
|
4
4
|
it('should return undefined when value is not in range', () => {
|
|
5
|
-
const values = [
|
|
5
|
+
const values = [
|
|
6
|
+
[-80, 10],
|
|
7
|
+
[-20, 20],
|
|
8
|
+
[20, 30],
|
|
9
|
+
];
|
|
6
10
|
|
|
7
11
|
expect(getPercentValueByPips(-100, values)).toEqual(undefined);
|
|
8
12
|
expect(getPercentValueByPips(20, values)).toEqual(undefined);
|
|
@@ -10,14 +14,22 @@ describe('getPercentValueByPips', () => {
|
|
|
10
14
|
});
|
|
11
15
|
|
|
12
16
|
it('should return correct value for positive values', () => {
|
|
13
|
-
const values = [
|
|
17
|
+
const values = [
|
|
18
|
+
[10, 4],
|
|
19
|
+
[20, 6],
|
|
20
|
+
[30, 8],
|
|
21
|
+
];
|
|
14
22
|
|
|
15
23
|
expect(getPercentValueByPips(15, values)).toEqual(5);
|
|
16
24
|
expect(getPercentValueByPips(20, values)).toEqual(6);
|
|
17
25
|
expect(getPercentValueByPips(25, values)).toEqual(7);
|
|
18
26
|
});
|
|
19
27
|
it('should return correct value for negative values', () => {
|
|
20
|
-
const values = [
|
|
28
|
+
const values = [
|
|
29
|
+
[-30, 4],
|
|
30
|
+
[-20, 6],
|
|
31
|
+
[-10, 8],
|
|
32
|
+
];
|
|
21
33
|
|
|
22
34
|
expect(getPercentValueByPips(-25, values)).toEqual(5);
|
|
23
35
|
expect(getPercentValueByPips(-20, values)).toEqual(6);
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { getValueAtRiskAssetClasses } from '../../src/gql/getValueAtRiskAssetClasses';
|
|
2
2
|
import { getValueAtRiskChart } from '../../src/gql/getValueAtRiskChart';
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
Division,
|
|
5
|
+
ValueAtRiskBars,
|
|
6
|
+
ValueAtRiskDuration,
|
|
7
|
+
} from '../../src/gql/types/graphql';
|
|
4
8
|
import { assetClassesMock } from './assetClassesMock';
|
|
5
9
|
import { valueAtRiskChartMock } from './valueAtRiskChartMock';
|
|
6
10
|
|
|
@@ -56,6 +60,6 @@ const getValueAtRiskChartErrorMock = [
|
|
|
56
60
|
|
|
57
61
|
export {
|
|
58
62
|
getValueAtRiskAssetClassesMock,
|
|
59
|
-
getValueAtRiskChartMock,
|
|
60
63
|
getValueAtRiskChartErrorMock,
|
|
64
|
+
getValueAtRiskChartMock,
|
|
61
65
|
};
|
package/test/utils.test.ts
CHANGED
|
@@ -41,25 +41,32 @@ describe('sortAlphabetically', () => {
|
|
|
41
41
|
{
|
|
42
42
|
displayName: 'AUD/USD',
|
|
43
43
|
name: 'AUD_USD',
|
|
44
|
-
},
|
|
44
|
+
},
|
|
45
|
+
{
|
|
45
46
|
displayName: 'EUR/CZK',
|
|
46
47
|
name: 'EUR_CZK',
|
|
47
|
-
},
|
|
48
|
+
},
|
|
49
|
+
{
|
|
48
50
|
displayName: 'EUR/HKD',
|
|
49
51
|
name: 'EUR_HKD',
|
|
50
|
-
},
|
|
52
|
+
},
|
|
53
|
+
{
|
|
51
54
|
displayName: 'EUR/PLN',
|
|
52
55
|
name: 'EUR_PLN',
|
|
53
|
-
},
|
|
56
|
+
},
|
|
57
|
+
{
|
|
54
58
|
displayName: 'EUR/SGD',
|
|
55
59
|
name: 'EUR_SGD',
|
|
56
|
-
},
|
|
60
|
+
},
|
|
61
|
+
{
|
|
57
62
|
displayName: 'GBP/CHF',
|
|
58
63
|
name: 'GBP_CHF',
|
|
59
|
-
},
|
|
64
|
+
},
|
|
65
|
+
{
|
|
60
66
|
displayName: 'GBP/HKD',
|
|
61
67
|
name: 'GBP_HKD',
|
|
62
|
-
},
|
|
68
|
+
},
|
|
69
|
+
{
|
|
63
70
|
displayName: 'GBP/SGD',
|
|
64
71
|
name: 'GBP_SGD',
|
|
65
72
|
},
|