Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

suthesh/pillar-3-disclosure #1920

Merged
2 commits merged into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions src/pages/regulatory/_document_accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,26 +139,26 @@ const DocumentAccordion = (locale) => {
return (
<Accordion has_single_state id="kid">
<AccordionItem
header={localize('Pillar III disclosures')}
header={localize('Financial disclosure report')}
content_style={content_style}
header_style={header_style}
style={item_style}
parent_style={parent_style}
>
<Text>
{localize(
'Deriv Investments (Europe) Limited has prepared the Pillar III disclosure report in accordance with the Capital Requirements Directive IV and the Capital Requirements Regulation. Read our report to understand how we comply with market discipline as a market participant.',
'Deriv Investments (Europe) Limited has prepared the Financial disclosures report in accordance with the Investment Firms Regulation and Directive. Read our report to understand how we comply with market discipline as a market participant.',
)}
</Text>
<Flex mt="1.8rem">
<FlexText_Pillar
target="_blank"
rel="noopener noreferrer"
href="/regulatory/DIEL_Pillar_3.pdf"
href="/regulatory/Financial-Disclosures-Report.pdf"
color="red"
>
<img src={PDFIcon} alt="pdf icon black" />
<span>{localize('Pillar III disclosure report')}</span>
<span>{localize('Financial disclosure report')}</span>
</FlexText_Pillar>
</Flex>
</AccordionItem>
Expand Down
Binary file not shown.