Skip to content

Instantly share code, notes, and snippets.

@frootloops
Created October 30, 2023 11:38
Show Gist options
  • Save frootloops/5e61b21ff6aba0cfd80cbcd3b55a12ba to your computer and use it in GitHub Desktop.
Save frootloops/5e61b21ff6aba0cfd80cbcd3b55a12ba to your computer and use it in GitHub Desktop.
risk-warning.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./Risk warning_files/css" rel="stylesheet" type="text/css">
<title>Risk warning</title>
<style>
body {
background-color: #ffffff;
}
@media (prefers-color-scheme:dark) {
body {
background-color: #161618;
color: #f4f4f4
}
}
@media (prefers-color-scheme:light) {
body {
background-color: #fff;
color: #191c1f
}
}
h2 {
margin-bottom: 24px;
margin-top: 8px;
font-family: Roboto-Medium, -apple-system, Arial;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px;
text-align: center;
letter-spacing: 0.38px;
}
.text {
margin: 0 8.53%;
font-family: Roboto-Medium, -apple-system, Arial;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.32px;
}
</style>
</head>
<body data-gr-c-s-loaded="true">
<h2>Read carefully</h2>
<div class="text">
<i>Your orders will be executed by a Third Party Broker DriveWealth LLC.
As part of the on-boarding process with Revolut App you will also be opening a trading account with
DriveWealth LLC.</i><br><br>
This notice is provided by Revolut Trading Ltd (<b>“we”</b> or <b>“Revolut”</b>)
and provides you with important information about the risks associated
with the services we provide to you. Unless otherwise defined here,
capitalised terms have the same meaning as in the agreement detailing
how we will provide our dealing services to you. <br><br>
Revolut provides clients with the ability to buy and sell
various Instruments made available via the Revolut App. Before using
your Revolut App to submit Orders in relation to Instruments, you should
consider whether you have understood the risks detailed in this notice.
If you have any questions or are in any doubt about the content of this
notice, you should seek appropriate professional advice.<br><br>
<b>Trading financial instruments involves an element of risk.
The value of your investment may fall as well as rise and you may get
back less than your initial investment, and in some cases you may lose
your entire initial investment. Past performance of an Instrument is not
an indication of its future performance.</b><br><br>
<b>No Advice</b><br><br>
We provide an “execution only” service, meaning that we will not
offer you any advice or provide you with any recommendations regarding
the suitability of any particular Instrument. Whilst we may from time to
time provide you with factual information about Instruments, this
information is not, and should not be interpreted as, advice, and any
decision to submit Orders is made solely by you.<br><br>
<b>Technical Risks</b><br><br>
Whilst we will try to make the Revolut App available to you
without interruption, we cannot guarantee that the Revolut App will
always be available to you. In these circumstances, your Orders may not
be able to be submitted and you may not be able to monitor your
Positions via the Revolut App.<br><br>
Whilst Instruments can often have rights to dividends and, in
certain instances, the right to vote on certain matters at general
meetings of the issuing company, you should not assume that you will be
able to exercise these rights. The payment of dividends by a company is
not guaranteed and you may not have the opportunity to exercise any
voting rights attaching to those Instruments.<br><br>
<b>Legal and Regulatory Changes</b><br><br>
Changes to current legislation and regulations could give rise
to changes in the price of Instruments, which could impact your profits
or losses. The impact of such legal and regulatory changes can be
material and unexpected, and may impact certain companies, markets and
jurisdictions more than others.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment