Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,15 @@ const TypesOfPartnership = () => (
{ text: it.L('Asset'), attributes: { rowSpan: 2 } },
{ text: it.L('Commission per lot') },
],
[
{ text: it.L('(1 standard forex lot is 100k units)'), className: 'center-text' },
],
],
tbody: [
[
{ text: it.L('Forex') },
{ text: it.L('5') },
{ text: it.L('USD 2') },
],
[
{ text: it.L('Metals') },
{ text: it.L('5') },
{ text: it.L('USD 4') },
],
],
}}
Expand Down Expand Up @@ -376,7 +373,7 @@ const TypesOfPartnership = () => (
/>
<div className='affiliate-ib-calculation'>
<h3 className='text-align-left'><strong>{it.L('How it’s calculated')}</strong></h3>
<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>
<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>
<img
src={it.url_for('images/pages/affiliates_ib_landing/formulas/formula-financial-forex.svg')}
width='100%'
Expand Down