Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8f79785

Browse files
Mahdiyeh/fix: forex and metals commission for financial accounts (#6782)
* fix forex and metals commission for financial accounts * change description for forex calculation part Co-authored-by: Kevin <[email protected]>
1 parent 5ccbe6a commit 8f79785

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/templates/static/affiliate_ib_landing/type_of_partnership.jsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,18 +258,15 @@ const TypesOfPartnership = () => (
258258
{ text: it.L('Asset'), attributes: { rowSpan: 2 } },
259259
{ text: it.L('Commission per lot') },
260260
],
261-
[
262-
{ text: it.L('(1 standard forex lot is 100k units)'), className: 'center-text' },
263-
],
264261
],
265262
tbody: [
266263
[
267264
{ text: it.L('Forex') },
268-
{ text: it.L('5') },
265+
{ text: it.L('USD 2') },
269266
],
270267
[
271268
{ text: it.L('Metals') },
272-
{ text: it.L('5') },
269+
{ text: it.L('USD 4') },
273270
],
274271
],
275272
}}
@@ -376,7 +373,7 @@ const TypesOfPartnership = () => (
376373
/>
377374
<div className='affiliate-ib-calculation'>
378375
<h3 className='text-align-left'><strong>{it.L('How it’s calculated')}</strong></h3>
379-
<p className='text-align-left'>{it.L('For forex, a deal for 1 lot of EUR/USD will pay out EUR 5 in commission based on the following formula:')}</p>
376+
<p className='text-align-left'>{it.L('For forex, a deal for 1 lot will pay out USD 2 in commission based on the following formula (using EUR/USD as an example):')}</p>
380377
<img
381378
src={it.url_for('images/pages/affiliates_ib_landing/formulas/formula-financial-forex.svg')}
382379
width='100%'

0 commit comments

Comments
 (0)