diff --git a/.github/workflows/corewebvitals.yml b/.github/workflows/corewebvitals.yml index ac2e9f21b2c..1c6dce5c369 100644 --- a/.github/workflows/corewebvitals.yml +++ b/.github/workflows/corewebvitals.yml @@ -53,7 +53,7 @@ jobs: DATADOG_APP_KEY: ${{ secrets.GATSBY_DATADOG_APPLICATION_ID }} - name: Post audit comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} header: Core Web Vitals Audit diff --git a/.github/workflows/generate-preview-link-eu.yml b/.github/workflows/generate-preview-link-eu.yml index 5af00057157..fc454351729 100644 --- a/.github/workflows/generate-preview-link-eu.yml +++ b/.github/workflows/generate-preview-link-eu.yml @@ -15,7 +15,8 @@ concurrency: jobs: build_eu_to_cloudflare_pages: - runs-on: Runner_16cores + runs-on: Ubuntu-latest + if: contains(github.event.pull_request.head.ref, 'multiple-build') permissions: checks: write pull-requests: write @@ -48,7 +49,7 @@ jobs: core.setOutput("comment", comment); - name: Post Cloudflare Pages Preview comment - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Cloudflare Pages EU Preview Comment number: ${{github.event.pull_request.user.login}} @@ -167,7 +168,7 @@ jobs: core.setOutput("comment", comment); - name: Post Cloudflare Pages Preview comment if: success() || failure() - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Cloudflare Pages Preview Comment number: ${{github.event.number}} diff --git a/.github/workflows/generate-preview-link-row.yml b/.github/workflows/generate-preview-link-row.yml index fa7e23135e1..0480eadde97 100644 --- a/.github/workflows/generate-preview-link-row.yml +++ b/.github/workflows/generate-preview-link-row.yml @@ -15,7 +15,9 @@ concurrency: jobs: build_row_to_cloudflare_pages: - runs-on: Runner_16cores + runs-on: Ubuntu-latest + # To be removed once released in production + if: contains(github.event.pull_request.head.ref, 'multiple-build') permissions: checks: write pull-requests: write @@ -48,7 +50,7 @@ jobs: core.setOutput("comment", comment); - name: Post Cloudflare Pages Preview comment - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Cloudflare Pages ROW Preview Comment number: ${{github.event.pull_request.user.login}} @@ -167,7 +169,7 @@ jobs: core.setOutput("comment", comment); - name: Post Cloudflare Pages Preview comment if: success() || failure() - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Cloudflare Pages Preview Comment number: ${{github.event.number}} diff --git a/.github/workflows/generate-preview-link.yml b/.github/workflows/generate-preview-link.yml index 0d4d6bbd0d7..7b64fb8c0ca 100644 --- a/.github/workflows/generate-preview-link.yml +++ b/.github/workflows/generate-preview-link.yml @@ -48,7 +48,7 @@ jobs: core.setOutput("comment", comment); - name: Post Cloudflare Pages Preview comment - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Cloudflare Pages Preview Comment number: ${{github.event.pull_request.user.login}} @@ -106,11 +106,13 @@ jobs: EVENT_NUMBER: ${{ github.event.number }} EVENT_USERNAME: ${{ github.event.pull_request.user.login }} HEAD_REF: ${{ github.head_ref }} + DRAFT: ${{ github.event.pull_request.draft }} run: | mkdir -p .pr echo "$EVENT_NUMBER" > .pr/NR echo "$EVENT_USERNAME" > .pr/USERNAME echo "$HEAD_REF" > .pr/BRANCHNAME + echo "$DRAFT" > .pr/DRAFT - name: Publish to Cloudflare Pages id: publish-to-pages @@ -174,7 +176,7 @@ jobs: core.setOutput("comment", comment); - name: Post Cloudflare Pages Preview comment if: success() || failure() - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Cloudflare Pages Preview Comment number: ${{github.event.number}} diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index b7b69b6ef0b..e45bbc43aad 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -37,7 +37,7 @@ jobs: - name: Add comment to PR id: loading_comment_to_pr - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.pr_information.outputs.issue_number }} @@ -98,7 +98,7 @@ jobs: - name: Add comment to PR id: comment_to_pr - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ github.event.issue.number }} diff --git a/.github/workflows/smoketests.yml b/.github/workflows/smoketests.yml index 54837b2321d..b9d8381cfe0 100644 --- a/.github/workflows/smoketests.yml +++ b/.github/workflows/smoketests.yml @@ -40,6 +40,11 @@ jobs: echo "preview_url=$(cat ./pr/PREVIEW_URL)" >> $GITHUB_OUTPUT echo "branch_name=$(cat ./pr/BRANCHNAME)" >> $GITHUB_OUTPUT echo "user_name=$(cat ./pr/USERNAME)" >> $GITHUB_OUTPUT + echo "draft=$(cat ./pr/DRAFT)" >> $GITHUB_OUTPUT + + - name: pr_info_debug 🔍 + run: | + echo "PR Draft value ={{ $steps.pr_information.outputs.draft }}--" - name: Checkout external repository with Cypress tests uses: actions/checkout@v4 @@ -48,7 +53,7 @@ jobs: - name: Cypress run # Uses the official Cypress GitHub action https://github.com/cypress-io/github-action - if: "!contains(steps.pr_information.outputs.branch_name, 'quill')" + if: "contains(steps.pr_information.outputs.draft, 'false')" uses: cypress-io/github-action@v6 with: # Records to Cypress Cloud @@ -71,7 +76,7 @@ jobs: - name: Set comments message id: set_msg - if: always() && !contains(steps.pr_information.outputs.branch_name, 'quill') + if: always() && contains(steps.pr_information.outputs.draft, 'false') run: | # Using shell script to conditionally set the message if [[ "${{ job.status }}" == "success" ]]; then @@ -81,8 +86,8 @@ jobs: fi - name: Leave comment - if: always() && !contains(steps.pr_information.outputs.branch_name, 'quill') - uses: marocchino/sticky-pull-request-comment@v2 + if: always() && contains(steps.pr_information.outputs.draft, 'false') + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: Smoke tests status update number: ${{ steps.pr_information.outputs.issue_number }} diff --git a/crowdin/messages.json b/crowdin/messages.json index 82a8d1bd1e2..f2e70152ae6 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -5,6 +5,7 @@ "5629598": "Company website/social media URL*", "5681962": "EUR/USD DFX10 Index", "6312314": "Deriv (V) Ltd (Company No. 014556), incorporated on the 17th February 2016, is registered in the Republic of Vanuatu with its registered office located at 1276, Govant Building, Kumul Highway, Port Vila, Republic of Vanuatu. Deriv (V) Ltd is licensed by the Vanuatu Financial Services Commission <0>(view licence) and is a member of the <1>Financial Markets Association.", + "6959268": "Opening accumulator contracts for a specific instrument and growth rate may be temporarily unavailable when our internal aggregate stake limits have been reached for that particular combination. If this happens, you can choose another instrument or the same instrument with a different growth rate.", "7128051": "How can I adjust or remove my self-exclusion limits?", "7228511": "Determine your commission per transaction, subject to our established thresholds.", "7359443": "Focused accounts for a focused strategy", @@ -44,7 +45,6 @@ "48235639": "The potential payout and loss (your initial stake) amounts are clearly displayed before you open the trade.", "48469443": "Complete <0>this form, and we'll get in touch with you in a couple of days.
You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here.", "48763975": "What if I am unhappy with the outcome of my complaint?", - "49026512": "Get into the DMT5 experience", "49321507": "Do you offer micro forex pairs on Deriv MT5?", "49940599": "swap free", "50041988": "View current openings at Deriv’s office in the Cayman Islands. Join us and be part of a talented team that analyses compliance and trading strategies.", @@ -67,13 +67,13 @@ "61663093": "Continuous indices", "63192246": "Can I offer prospective clients an incentive to sign up to Deriv using my affiliate link?", "65207943": "Call option", + "65228456": "Deriv Trader | Online Trading Platform | Deriv.com", "65433881": "TRADE TYPES", "66236354": "20B+ USD in daily trades from 90,000 daily clients with almost instant uptime.", "67611998": "How can I deposit funds into my Deriv MT5 real money account?", "67923436": "No, Deriv Bot will stop running when your web browser is closed.", "69523331": "If the selected barrier is close to the current price of the underlying instrument, the probability of the spot price touching the barrier in a \"Touch\" contract is higher compared to a \"No Touch\" contract. In this scenario, the potential payout amount for a \"Touch\" contract is lower.", "69859952": "Please enter your company name.", - "70604999": "As jump indices are synthetics, you can trade them 24/7, 365 days of the year.", "70668746": "If you select 'Rise', you receive the payout if the exit price is higher than the entry price.", "71016232": "OMG/USD", "71057750": "Go to {{platform_name}} dashboard", @@ -156,6 +156,7 @@ "152299772": "Why should I join your affiliate programme?", "152524253": "Trade the world’s markets with our popular user-friendly platform.", "154463429": "Our demo trading experience will represent real-money trading, especially with contract pricing and trading restrictions.", + "154545319": "Country of residence is where you currently live.", "154883335": "Exclusive access to innovative assets", "155518428": "graph", "156487821": "DEX 1500 DOWN Index", @@ -200,6 +201,8 @@ "201096446": "UNG.US", "202712649": "Fast and secure deposit and withdrawal options", "203271702": "Try again", + "203346919": "Already have a Deriv account? <0>Log in", + "204755762": "Check out our quick video walkthrough of how to trade accumulators on Deriv Trader.", "205183907": "What can I do when I find any unrecognised transactions on my Deriv cashier account?", "209516313": "The MT5 trading signals service allows you to copy the trades of more experienced traders to your MT5 account. Once you’ve subscribed to a signal, the provider’s deals will be automatically replicated on your Deriv MT5 trading account each time they place a trade.", "209799068": "A contract for difference (CFD) allows you to trade on the price movement of an asset, without buying the underlying asset.", @@ -219,7 +222,6 @@ "222685906": "( 1", "223464180": "Clients in the rest of the world (except for certain countries such as the USA, Canada, and Hong Kong) who wish to trade CFDs on financial instruments (via MT5 Financial accounts) and derived indices (via MT5 Derived accounts) can have Deriv MT5 and Deriv X accounts under Deriv (V) Ltd.", "224650827": "IOT/USD", - "225329740": "A chart illustrating an accumulators contract payout", "227244934": "Total commission earned: 10 USD * 0.8% = 0.08 USD", "228957856": "Let’s say you want to keep 0.01 lots of Volatility 75 Index with an asset price of 400,000 USD and swap rate of -7.5 open for one night.", "229604337": "Crash 900 Index", @@ -245,6 +247,7 @@ "242356757": "Submit a report", "243072878": "15 - 5,000", "243084503": "Estimate the stop loss and/or take profit levels as well as the pip value for your contract to mitigate your risk when buying or selling a position.", + "243731910": "18-20 June 2024", "244046593": "Start trading stocks & indices on Deriv in 3 simple steps", "247341426": "Browse, find, and apply for jobs in IT, compliance, and accounts at our Labuan office.", "247754618": "Do I need a Deriv account to become a payment agent?", @@ -304,6 +307,7 @@ "295072338": "The email is poorly written, with incorrect grammar and many typos.", "295173783": "Long/Short", "300201586": "Open a demo account on Deriv and practise with an unlimited amount of virtual funds on our award-winning platforms.", + "301441673": "Select your citizenship/nationality as it appears on your passport or other government-issued ID.", "301901540": "Make fast deposits using PIX, Brazilian banks’ most popular payment solution.", "302282465": "Client trades with a stake of 10 USD and a payout of 15 USD. Payout probability = 10/15 x 100 = 66.67%", "302542488": "background pattern", @@ -340,6 +344,7 @@ "334005764": "What is Deriv Trader?", "334011253": "1999", "335040248": "About us", + "337431163": "24/7 trading on synthetics indices", "337900732": "Denmark", "339084000": "LEGAL", "339879944": "GBP/USD", @@ -358,6 +363,7 @@ "352494339": "Get trading with Deriv MT5", "353928381": "Why should I join the affiliate programme?", "354060979": "<0>1 lot with 1000 leverage:", + "354180176": "You can trade volatility indices, a type of derived indices, with accumulator options.", "356733895": "Know your potential profit with fixed payouts, or maximise potential profit with variable payouts if your predictions are right.", "357105933": "Go to the Trader’s hub and choose the Demo option.", "357273365": "For DEX Indices, a deal of 3 lots of the DEX 600 DOWN Index for a price of USD 6000 will pay out USD 0.5 in commission based on the following formula:", @@ -365,6 +371,7 @@ "358369253": "Can I close In/Out options before the end of the trade duration?", "360357815": "High/Low ticks | Digital options contract | Deriv", "361051814": "Let’s say you want to calculate the take profit level and pip value when you want to sell 3 lots of Volatility 50 Index priced at 249.5961 USD with a take profit amount of 84 USD.", + "362961755": "No, the accumulated payout for accumulator options is not correlated with the direction of the underlying index.", "363061535": "A referred client based in the EU deposits 100 USD in one transaction", "364422126": "Available 24/7 with varying levels of volatility, our synthetic indices are priced based on algorithms that are audited for fairness by an independent third party.", "365224830": "Basket indices trading online | Basket indices trading demo account | Deriv", @@ -434,7 +441,6 @@ "426923558": "The closer the barrier is to the spot price, the higher the chance for your turbo options contract to expire worthless (which means, your contract will expire without any payout or profit).", "427008206": "Be transparent", "427157274": "Earn when your clients trade on an MT5 Financial account.

All commission rates are quoted in USD.", - "428153715": "Brand new synthetic indices are now available on DTrader and Deriv MT5", "429395367": "Guide and tutorial for DBot", "429483909": "<0>2 lots with 100 leverage:", "430936420": "Access over 50 assets and also trade with up to 1:1000 leverage and zero commission on trades.", @@ -541,7 +547,6 @@ "518906831": "Can I use the same address to make a cryptocurrency deposit?", "519988278": "Fox Corp Class B", "520136698": "Boom 500 Index", - "520226183": "Open a demo account and start trading for free. Practise with an unlimited amount of virtual funds.", "520696532": "Your trusted broker with intuitive forex trading platforms, convenient payment options, and a 24/7 support team.", "521140114": "Start trading commodities on Deriv in 3 simple steps", "521161227": "DSI30", @@ -600,6 +605,7 @@ "573706432": "Select market to trade", "574805081": "<0>SPXS.US The Direxion Daily S&P 500 Bear 3X Shares ETF seeks to reflect 300% of the inverse of the performance of the S&P 500.", "575534504": "Low spreads", + "576355707": "Select your country and citizenship:", "576643640": "

Reset Call/Reset Put contracts offer the ability to reset the strike price at a potentially more advantageous level. In this contract, your market prediction is your contract's exit price against the reset price (instead of the entry price). Reset contract types also typically offer a lower fixed payout percentage compared to Rise/Fall contracts.

Meanwhile, Rise/Fall contracts consider the contract's exit price against the contract's entry price, based on your market prediction.

In both instances, the potential payout is fixed upon entry.

", "576793632": "0 - 15 million <0>(Crypto)", "577779861": "Withdrawal", @@ -622,7 +628,6 @@ "591295543": "Dynamic tiers ⁠— Stock indices", "591710014": "Why trade baskets on Deriv", "592964176": "Join over 2.5 million traders", - "594612229": "16-18 January 2024", "595022058": "100", "595278941": "Asset price", "595722471": "Return to player (RTP) % for lookbacks for a multiplier of 1 and 1m duration is around 87% on average.", @@ -694,7 +699,6 @@ "659338852": "Stop loss or ", "661969161": "Execution speed", "662615740": "10 world indices", - "662679188": "DTrader | Online trading platform | Deriv", "663180477": "Customer-first trading experience", "663689984": "Diagonal", "664572363": "stays between/goes outside option trade", @@ -703,6 +707,8 @@ "665777772": "XLM/USD", "666057433": "Trade popular assets in the commodities market such as silver, gold, oil, and more without owning the underlying asset. Speculate on the price movements and benefit from our high leverage and competitive spreads.", "666146179": "Financial institutions", + "666585046": "Choose your growth rate to tailor risk/reward. ", + "667092266": "Get round-the-clock assistance from our Customer Support team.", "668322984": "Automated copying – no extra work from you.", "671884384": "Trade the commodities market and speculate on the price movements of oil and precious metals like gold and silver. Enjoy low spreads and zero commission.", "672008428": "ZEC/USD", @@ -732,7 +738,6 @@ "701775446": "Volatility 200 Index", "701840176": "Commission per USD 100k turnover", "702074152": "PARTNERS", - "702175212": "Make sure to read our <0>Terms and conditions, <1>Risk disclosure, and <2>Secure and responsible trading to fully understand the risks involved before using our services. Please note that the information on this website does not constitute investment advice.", "702303938": "affiliate ib", "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.", "704532260": "Sign up with just your email. No credit card or minimum deposit required.", @@ -774,14 +779,13 @@ "739759950": "Tick counters are available between consecutive barrier crosses to help you make smart trading decisions.", "740609768": "What should I do if I have a dispute with the trader I’m dealing with?", "741504928": "For marketers, influencers and introducing brokers to monetise their network. Earn competitive commissions and get access to high-quality promotional materials.", - "742785981": "Forex Expo Dubai", "743105449": "How can I deposit funds into my Deriv X real money account?", "743673813": "Go to <0>Bot Builder.", "744748902": "Max 1 hour", - "745037442": "Accumulator options allow you to predict whether the current spot price remains within a predefined range from the previous spot price.", "746666368": "Deriv Group has a history that dates back to 1999 when we laid the groundwork for the world’s first fixed-odds trading service. Since then, we have grown from strength to strength, garnering the trust of traders around the world.", "746928132": "Yes, you’ll need a Deriv real account to process deposits and withdrawals for our clients.", "750427805": "matches/differs option trade", + "751378879": "Potential loss is limited to the initial amount you decide to trade.", "752024971": "Reached maximum number of digits", "754014828": "Start trading derived FX on Deriv in 3 simple steps", "754435349": "200+", @@ -805,7 +809,6 @@ "770100372": "Instant access", "771178720": "We provide marketing materials such as banners, videos, and text ads that you can use to bring new clients to our platform.", "773309981": "Oil/USD", - "774654899": "DMT5 trading platform at Deriv", "775706054": "Do you sell trading bots?", "775826029": "In the Copy tab of your Deriv cTrader account, search for strategy providers. Pick your favourite strategies, allocate funds, and start copy trading.", "777072220": "Click the Buy button to open your trade.", @@ -819,7 +822,6 @@ "783391379": "To receive the minimum commission (0.01 in any currency) allowed by the system, the minimum volume requirement is calculated based on the following formulas:", "783545585": "Correctly predict the price movements of the world's most popular cryptocurrencies. Over 17 crypto pairs to trade on.<0 />", "783815409": "Configure your trading and risk management parameters. Then click OK to complete the process.", - "784131672": "Jumps", "784262660": "New and promising", "785833862": "Open a digital options contract with a Digits trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", "785969488": "Jump 75 Index", @@ -913,6 +915,7 @@ "868499940": "Start trading with Deriv", "869176308": "Do not worry, if you encounter any issue along the process, please reach out to our support through <0>Live Chat for further assistance.", "870239780": "What markets can I trade on Deriv Trader?", + "870345918": "1-5% growth rate", "871462332": "Take advantage of high leverage and low spreads on Deriv MT5 and Deriv X.", "872087592": "For Rise/Fall, contract durations range from 1 tick and 365 days.", "874881951": "Browse job opportunities available at our Dubai office. Find your role in IT, marketing, and human resources.", @@ -978,6 +981,7 @@ "925239281": "How do I withdraw funds from my Deriv X real money account?", "927364570": "<0>Setting > Proof of address", "927830157": "User-friendly platforms with powerful chart widgets", + "928423300": "Most Innovative Broker, UF Awards 2023", "929514030": "Enjoy trading asset prices derived from simulated markets.", "929553858": "They ask you to download file attachments or remote access software (such as Teamviewer) to give them remote control of your device. For example, an impersonator may take control and install ransomware on your device and then demand a ransom. If the ransom isn’t paid, you may lose access to your device permanently.", "930211164": "24/7 trading", @@ -1006,6 +1010,7 @@ "953170529": "Enjoy zero commission trading on all assets.", "954358534": "Rating a great experience lets you show your appreciation towards your trade partners. They’ll be encouraged to maintain their excellent standards upon receiving your positive ratings. Your ratings and recommendations will also help other Deriv P2P users find reliable trade partners.", "955451911": "Take advantage of high leverage and tight spreads on Deriv’s CFD trading platforms.", + "957496593": "We got you covered", "958430760": "In/Out", "958956881": "A chart illustrating a losing Low Ticks trade type contract", "959971586": "We'll email you instructions to reset your password.", @@ -1030,7 +1035,6 @@ "976566872": "For example, you predict that the market will go up, and buy a contract on Crash 300 index at 8,000 USD.", "978785299": "How do I block someone on Deriv P2P?", "980197763": "Swap short (Daily %)", - "980696453": "DTrader | Online Trading Platform | Deriv.com", "982146443": "WhatsApp", "983081962": "Master affiliate", "985954220": "Total commission earned: 10 x 0.5% = 0.05 USD", @@ -1202,7 +1206,6 @@ "1155971726": "Click <0>here to close your account.", "1156299297": "10 - 5,000", "1158148313": "Digits Matches/Differs", - "1158730509": "iFX Expo Dubai", "1159364664": "DEX 600UP", "1162231811": "Example 1:", "1164065807": "Loss with Deriv's multiplier", @@ -1301,7 +1304,6 @@ "1244168183": "IBM", "1244469368": "Predict whether the last digit of the exit price will be an even or odd number.", "1246145751": "Help centre | Frequently asked questions | Security | Deriv", - "1248844726": "Deriv MT5 (DMT5)", "1249011149": "Expert support", "1250814650": "We offer the widest selection of derivatives to trade, with sharp prices and tight spreads that attract over 2.5 million online traders worldwide. Our technology provides an intuitive and powerful trading experience, enabling our clients to understand risk more effectively to make informed trading decisions.", "1250818586": "Which Deriv trading platforms can I use to trade Reset Call/Reset Put contracts?", @@ -1322,10 +1324,10 @@ "1268136992": "Go to <0>Deriv P2P > <1>Buy/Sell.", "1268305678": "|(221.5961", "1269265960": "The Deriv Affiliate Programme is an exciting partnership programme where you can benefit by bringing in new clients to trade on Deriv platforms.", + "1271159276": "With or without a stop loss, if the market moves against your prediction causing your losses to reach the stop out price, your position will automatically close. The stop out price is the price where your net loss equals your initial stake. This feature ensures your contract is closed automatically once your loss meets or exceeds a certain percentage of your stake.  On Deriv Trader, directly beneath your stake amount, you can see the exact stop out percentage, which adjusts based on the multiplier you select.", "1272012156": "GBP/CHF", "1272902088": "100,000 ) }", "1274309337": "DOG/USD", - "1274713580": "Get your funds quickly and easily. We support a variety of withdrawal options.", "1275474387": "Quick", "1275674402": "Go long and short", "1277672291": "Yes, you are allowed to enter multiple High/Low Ticks contracts at the same time.", @@ -1415,6 +1417,7 @@ "1363645836": "Derived FX", "1364296672": "We will price and settle all contracts accurately and fairly, based on reliable data feeds and without undue delay, so that customers can trust our prices throughout the website.", "1364677622": "These indices correspond to simulated markets with <0>constant volatilities of 150%, and 250%.", + "1364806512": "Practise with demo", "1364947573": "Dtrader artboard", "1364958515": "Stocks", "1364972610": "How do High/Low Ticks contracts work?", @@ -1426,7 +1429,6 @@ "1370655673": "Affiliate and IB programmes | Partnership programmes | Deriv", "1371193412": "Cancel", "1372981277": "Responsive platforms", - "1373549717": "Jump Indices", "1374586234": "Grow your potential payout at every tick with accumulator options. Accumulator trading is available on volatility indices under derived indices.", "1375342464": "Deriv MT5 signals", "1376119698": "Why does the \"Matches\" contract have a higher predicted payout compared to \"Differs\"?", @@ -1478,6 +1480,7 @@ "1409308163": "Favourite assets", "1410320737": "Go to Deriv MT5 dashboard", "1411032790": "Multiple charts to view your online trading", + "1411373212": "Strong passwords contain at least 8 characters. combine uppercase and lowercase letters, numbers, and symbols.", "1412121500": "How do I open a Touch/No Touch contract on Deriv?", "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods page for a complete list of the processing times for each payment method.", "1413295628": "DIA.US", @@ -1494,7 +1497,6 @@ "1421464735": "You can get more info about this on our <0>Regulatory information page.", "1423609990": "Trade with leverage on the price movement of popular crypto-fiat pairs.", "1425594249": "Our best trading experience on your mobile.", - "1425780786": "DTrader keeps online trading simple, allowing you to trade forex, indices, commodities and synthetic indices.", "1426151926": "Can I change the server for my Deriv MT5 account?", "1426790442": "Speculate on the price movements of major forex pairs and increase your profit potential without losing more than your stake.", "1426999669": "- Select your preferred trading instrument.", @@ -1531,7 +1533,6 @@ "1466788657": "For more info, <0>check out this blog post on the basics of building a trading bot.", "1467325385": "Global affiliate support", "1467514183": "Virtual markets, real opportunities.", - "1467698554": "Make sure to read our <0>Terms and conditions, <1>Risk disclosure, and <2>Secure and responsible trading to fully understand the risks involved before using our services. Please also note that the information on this website does not constitute investment advice. The value of investments may go down as well as up.", "1468688914": "Make instant deposits using crypto to your fiat account.", "1469255430": "terms and conditions", "1469626982": "USD/CNH", @@ -1546,6 +1547,7 @@ "1478423964": "Deriv's proprietary synthetics are free of market and liquidity risks. Enjoy 24/7 synthetic trading on Deriv MT5, DTrader, and our other platforms.", "1479399998": "Find your role with us by browsing Deriv job opportunities in Kigali, Rwanda.", "1481797714": "Go to DTrader", + "1482377321": "Rated ‘Excellent’ on Trustpilot", "1482484637": "Contact us via live chat", "1484774405": "0.25", "1485059739": "This formula also applies to <0>metals & <0>basket indices. Commission rates, contract sizes, and deal prices depend on the individual asset.", @@ -1568,11 +1570,13 @@ "1494599636": "100 )", "1496486675": "Why can't I withdraw using Maestro or Mastercard?", "1496810530": "GBP/AUD", + "1497689723": "The limits will reset when a loss condition is triggered or when someone trading the same combination closes their position. When this happens, you’ll be able to open new contracts again as normal.", "1497761103": "Multiplier commission:", "1498651658": "Yes. <0>Contact us via live chat, and we'll help you through it. We'll need the following information:", "1499173053": "AUD/USD DFX10 Index", "1499964738": "Who can partner with Deriv Prime?", "1501210063": "affiliate", + "1502143614": "Deriv Trader keeps online trading simple. Trade forex, commodities, stock indices, cryptocurrencies, and Deriv’s synthetic indices.", "1502162725": "Flexible trade types with minimal capital requirements", "1502175389": "This gives you the swap charge in the quote currency for forex pairs, or in the denomination of the underlying asset for commodities.", "1502295249": " profit amount", @@ -1702,7 +1706,6 @@ "1606548273": "No distractions", "1607559519": "Affiliates", "1609344910": "Download Deriv X app", - "1609581006": "DTrader keeps online trading simple. Trade forex, commodities, stock indices, cryptocurrencies, and Deriv’s synthetic indices.", "1609966739": "See our <0>terms and conditions for more info.", "1611194169": "1. Sign up with Deriv", "1611981849": "Where can I see my orders?", @@ -1732,6 +1735,7 @@ "1631620531": "Years of industry experience", "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.", "1633102593": "Software developers", + "1633767238": "Use this account to log in to <0>Deriv and <0>Deriv Academy.", "1634507782": "Range Break 200 Index", "1634696689": "From (lots)", "1636039779": "Road Town, British Virgin Islands – Our team | Deriv", @@ -1783,6 +1787,7 @@ "1673505406": "An impersonator’s main goal is to steal your sensitive information and funds.", "1673824550": "Minimum stake", "1674164323": "<0>With a x500 multiplier, if the market goes down 2%, you'll <1>lose only $100. An automatic stop out kicks in if your loss reaches your stake amount.", + "1674319947": "Unfortunately, Deriv is not available in this country.", "1674798397": "Trade multipliers on our mobile app.", "1676292946": "Forex trading gives you the chance to profit from changes in the relative values of currencies on the forex market.", "1677027187": "Forex", @@ -1798,6 +1803,7 @@ "1682675914": "High leverage, low spreads", "1682843058": "Up/Down | Digital options contract | Deriv", "1682903370": "We have the following commission plan:", + "1685437922": "45-230 tick duration", "1686378613": "DBot is a web-based strategy builder for trading digital options. It’s a platform where you can build your own trading bot using drag-and-drop 'blocks'.", "1688330506": "<0>221.5961", "1688556728": "European indices", @@ -1993,7 +1999,6 @@ "1872216697": "Yes, you can choose the duration of your Asians contract anywhere between 5 and 10 ticks.", "1872568231": "GBP/TRY", "1872607463": "banner", - "1873174451": "Postcode is required", "1873182175": "Apple account sign in page", "1873188024": "A deal for 1 lot of the Volatility Index 75 for a price of USD 500,000 per USD 100,000 turnover will pay out a commission of USD 5. The minimum volume required to receive the minimum commission of USD 0.01 is determined using this formula:", "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?", @@ -2103,6 +2108,7 @@ "1952996668": "Average execution speeds of under 50ms and intelligent routing to servers across the globe.", "1953016421": "Why trade options on Deriv", "1954845108": "A chart illustrating a losing Odd trade type contract", + "1956732467": "Whether the broader index moves up, down or sideways is irrelevant to the payout unless the price touches or breaches the range limits, triggering a loss.", "1958336398": "This formula also applies to <0>ETFs. Contract sizes and deal prices depend on the individual asset.", "1958538866": "Oil", "1959678342": "Highs & Lows", @@ -2125,7 +2131,6 @@ "1976014299": "For <0>oil, a deal for 10 lots for a price of USD 96 will pay out USD 0.05 in commission based on the following formula:", "1976889936": "Yes, you can select the duration of your Touch/No Touch contract. You can choose to open a contract for as short as 5 ticks to as long as 365 days (depending on the trading asset selected).", "1977907302": "Dependable", - "1978148367": "Open a real account, make a deposit, and start trading for real. Trade forex, indices, commodities, and more.", "1979503547": "Trading terms", "1980724783": "The point value is derived from the current digits of the asset. In this example, the digit is 5, so the point value is 0.00001.", "1981714597": "The world’s most popular digital currencies.", @@ -2154,6 +2159,7 @@ "1999120464": "Forex (Minor)", "1999511199": "Users worldwide", "2000568638": "World markets including precious metals and energies.", + "2000875000": "With accumulator options, your payout grows exponentially as long as the current market spot price stays within a set range from the previous spot price. Choose between 1-5% growth rate - a higher growth rate means a narrower range for your price movements and higher risk. With volatility indices, you can also choose the volatility of your market.", "2000965959": "Trading hours", "2002128854": "

No, early exits are not available for Reset Call/Reset Put contracts.

Please note that the availability of early exit from your trading position depends on the specific trade type, or it may only be available within a certain timeframe.

", "2003802343": "There is absolutely no requirement to withdraw your IB commissions.", @@ -2179,6 +2185,7 @@ "2023310659": "Currencies", "2023444069": "Swap-free", "2025697174": "Fixed and variable", + "2025822254": "Make sure to read our <0>Terms and Conditions, <1>Risk Disclosure, and <2>Secure and Responsible Trading to fully understand the risks involved before using our services. Please also note that the information on this website does not constitute investment advice.", "2027817162": "Yes, you can open multiple In/Out contracts with different barrier limits at the same time.", "2027881275": "CPA (EU only)", "2028060161": "These indices correspond to simulated markets where asset prices spike or drop due to news events. Small movements are quite frequent, with occasional major spikes or drops.", @@ -2201,10 +2208,10 @@ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.", "2043507434": "Here's what you can do:", "2044967354": "You can see your available balance in the <0>My profile tab.", - "2044999022": "Trade jump indices, the new synthetics with a twist", "2045663780": "You call the shots", "2045764916": "0.0006631", "2046788283": "What markets can I trade on DTrader?", + "2047011638": "Amplify your gains in sideways markets with accumulator options.
Up to 5% compounded growth per tick.", "2048307729": "Help Deriv clients to make multiple deposits and withdrawals daily.", "2049136184": "Username is required", "2049759467": "Can I customise the duration for an Only Ups/Only Downs contract?", @@ -2234,7 +2241,6 @@ "2068595952": "What is derived?", "2069255870": "Will Deriv compensate for my loss if my account falls under a scamming/phishing trap?", "2069455291": "Date of Birth*", - "2069660515": "Postal/Zip code*", "2070356006": "Start earning based on your chosen commission plan –– up to 45% of the total net revenue generated by your referred clients.", "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.", "2071562301": "Singapore – Our office | Deriv", @@ -2258,6 +2264,7 @@ "2089257874": "internal audit department", "2092654058": "To onboard with Deriv Prime’s liquidity solution and trading services, you will need to follow a streamlined process:", "2094921906": "Street is required", + "2095086401": "Why trade accumulator options on Deriv", "2095230169": "Reliable", "2097023111": "A low-cost way to trade diverse asset groups", "2097310605": "Why trade synthetics on Deriv", @@ -2290,7 +2297,6 @@ "2121227568": "NEO/USD", "2121790637": "How to buy your first multipliers contract on Deriv Trader", "2123318546": "RTS28 2021", - "2124129338": "Deriv - An online trading platform that offers a wide selection of derivatives to trade on", "2125222257": "Trade forex, stocks, crypto, gold & commodities | Deriv", "2126425899": "Adidas Salomon", "2127031078": "Available to trade 24/7 on popular crypto assets", @@ -2369,11 +2375,6 @@ "-739028004": "Yes, you can close your accumulator contract whenever you are satisfied with the payout amount. However, if the current spot price touches or breaches the limits of the predefined range, your contract will automatically close and you’ll lose your accumulated payout.", "-645733950": "No, the accumulated payout for accumulator options is not correlated with the direction of the underlying index. The payout growth depends solely on the underlying index’s price moving tick by tick while remaining within a predefined range. The range width is determined by the growth rate and the symbol selected. Whether the broader index moves up, down or sideways is irrelevant to the payout unless the price touches or breaches the range limits, triggering a loss.", "-2030162175": "Are accumulators available as a trade type on Deriv Bot?", - "-618428895": "A chart illustrating a terminated accumulators contract", - "-1943051914": "Accumulator options allow you to express your view on the range of movement of an index. With accumulators, your payout will grow exponentially as long as the current spot price remains within a predefined range from the previous spot price.", - "-271256835": "The size of the predefined range depends on the growth rate and the chosen index when opening the contract. You can set the growth rate at 1%, 2%, 3%, 4%, or 5%. A higher growth rate means a narrower range, and vice versa.", - "-599939737": "Your payout will grow exponentially based on the chosen growth rate for each small movement (tick) in the spot price, as long as the current spot price remains within the range. The payout can continue to grow until either the maximum number of ticks or the maximum payout is reached.", - "-1260044497": "You can manually close the contract any time before the price touches or breaches either the upper or lower range. By doing so, you will receive the current accumulated payout, which is the sum of your initial stake and profit. However, if the current spot price touches or moves outside the range, the contract is terminated, and you lose the accumulated payout.", "-1670293565": "How can I open an Asians trade?", "-864764932": "

You can open an Asians trade by:

Once you have determined the above parameters, you can open an Asians trade on SmartTrader and Deriv Bot.

", "-301798903": "Asians contracts calculate the average price of an underlying asset over a predetermined trade duration of 5 to 10 ticks. When you open an Asians trade, you'll predict whether the final price tick (the last tick) will be higher or lower than the average price throughout the contract period.", @@ -3136,6 +3137,7 @@ "-696867299": "Get trading", "-943701585": "Available on", "-1022786491": "chevron", + "-129476067": "Read FAQs", "-1854553328": "GPTW award", "-1221197492": "Broker of the year award", "-1307341240": "extra info icon", @@ -3149,7 +3151,7 @@ "-1211482950": "Deriv (BVI) Ltd is licensed by the British Virgin Islands Financial Services Commission.", "-1159954168": "Deriv (SVG) LLC has a registered office at First Floor, SVG Teachers Credit Union Uptown Building, Corner of James and Middle Street, Kingstown P.O., St Vincent and the Grenadines.", "-175314456": "Deriv Investments (Europe) Limited is licensed and regulated by the Malta Financial Services Authority under the Investment Services Act.", - "-641279911": "Make sure to read our <0>Terms and conditions, <1>Risk disclosure, and <2>Secure and responsible trading to fully understand the risks involved before using our services. Please also note that the information on this website does not constitute investment advice.", + "-569500235": "Make sure to read our <0>Terms and Conditions, <1>Risk Disclosure, and <2>Secure and Responsible Trading to fully understand the risks involved before using our services. Please also note that the information on this website does not constitute investment advice. The value of investments may go down as well as up.", "-1898146227": "get it on google play", "-773544978": "Home", "-1793603559": "Locations", @@ -3173,6 +3175,15 @@ "-115645240": "Please enter your mobile number.", "-381962759": "Please enter a valid email address.", "-1232661871": "Verification code is requried", + "-71049153": "Keep your account secure with a password", + "-981015173": "Go to Deriv Academy", + "-1193651304": "Country of residence", + "-2040322967": "Citizenship", + "-1541554430": "Next", + "-1770179687": "By clicking “Create account”, you confirm that you are 18 or older. You understand that we may use your email address to send you information about Deriv products and services as well as market news. You can always unsubscribe from these emails in your account settings. For more information, please take a look at Deriv’s <0>Security and privacy policy.", + "-417711545": "Create account", + "-1264882776": "Your go-to platform for exclusive trading courses", + "-609665275": "Gain access to comprehensive modules on forex, Deriv MT5, and more.", "-142727028": "The email is in your spam folder (sometimes things get lost there).", "-276906320": "If you don't see an email from us within a few minutes, a few things could have happened:", "-1878043830": "Re-enter your email and try again", @@ -3244,7 +3255,6 @@ "-356516643": "Practise with a demo account preloaded with unlimited virtual funds.", "-59312670": "10+ global payment methods. Deposit instantly starting from just USD 10. Withdraw in minutes.*", "-237235710": "* Availability of payment methods and processing speeds may vary based on location and selected payment option.", - "-1753424574": "Best forex spreads APAC 2023 by UF Awards", "-1512513959": "Trade CFDs and multipliers on global financial markets, all in one place with 24/7 trading and worldwide support.", "-63683480": "Trade CFDs and options on global financial markets, all in one place with 24/7 trading and worldwide support.", "-573436898": "Trading for anyone. Anywhere. Anytime.", @@ -3317,8 +3327,23 @@ "-519772806": "Smart and friendly support, 7 days a week", "-2015932855": "smart and friendly support", "-1690667791": "Why trade ETFs on Deriv", + "-232157320": "Fast-paced action with durations up to 230 ticks.", + "-844197189": "Controlled Risk", + "-467264818": "Hone your strategies risk-free with a demo account.", + "-1882861283": "Watch: Accumulator options in action", + "-652680277": "Step-by-step guide to trade on accumulator options", + "-712487889": "Read: Guide to trading accumulator options", + "-1923211546": "Open your first accumulator options trade with our step-by-step guide.", + "-1627820643": "Move fast,
when the market doesn’t", + "-360691661": "Looking for a fast-paced, strategic and potentially explosive way to trade?", "-244980648": "What are accumulator options?", - "-1018568023": "How do accumulator options work?", + "-1356285247": "Accumulator options icon", + "-1500514644": "Accumulator", + "-1167572902": "Secure your gains with manual or automatic profit-taking. With durations of up to 230 ticks, accumulator options are ideal for those looking for fast-paced, strategic trades while balancing risk and reward.", + "-1833614673": "How to trade accumulator options", + "-2039405840": "The payout growth depends solely on the underlying index’s price moving tick by tick while remaining within a predefined range. The range width is determined by the growth rate and the symbol selected.", + "-390687537": "No, accumulator options are currently unavailable on Deriv Bot.", + "-2143632826": "Browse our FAQs", "-1759381505": "What are turbo options?", "-1461784880": "How do vanilla options work?", "-231290085": "Start connecting with fellow traders to make deposits and withdrawals.", @@ -3364,10 +3389,9 @@ "-1678879119": "Corporate email*", "-488343037": "Connect with us if you want to know more about our trailblazing liquidity solution", "-1066941187": "Global liquidity for all", - "-931963598": "iFX Expo Dubai Exhibitor", - "-1243790369": "iFX Expo Latam", "-1180837625": "9-11 April 2024", "-589354937": "iFX Expo Latam Exhibitor", + "-681877195": "iFX Expo International Cyprus Exhibitor", "-538614715": "Forex Expo Dubai Exhibitor", "-1150976117": "Meet us there", "-2064793652": "Investment funds", @@ -3406,8 +3430,14 @@ "-955173076": "We provide clear, accessible information about our platforms and processes so we can build trust and strong client relationships. Through detailed product descriptions and open communication, we aim to make it easier for you to make informed trading decisions.", "-2032112598": "Be responsible", "-35673135": "We build our services and platforms on a foundation of trust, honesty, and ethical practices. By proactively implementing policies and controls to prevent unlawful activities, we ensure a fair and secure environment for our trading community.", + "-1354825404": "New to trading?", + "-1571360471": "Tailored learning resources", + "-1307122236": "Multilingual support anytime", + "-1943952619": "Regulated and licensed globally", + "-1863275344": "250+ tradeable financial and derived assests", "-2125275828": "Unique trade types. Hundreds of instruments. Financial and derived markets.", "-154889447": "Ready to join over 2.5 million traders who have chosen Deriv as their trusted broker? Enter your email address to create a free demo account.", + "-1957784093": "Easy And Free Sign Up | Online Trading | Deriv.com", "-323355149": "deriv careers", "-507845880": "Cyberjaya bridge and lake view", "-2024257622": "Dubai Skyscrappers", @@ -3417,6 +3447,7 @@ "-1775449118": "paris", "-2121505886": "Deriv’s Germany office at Berlin", "-140235062": "Deriv’s Reading office at United Kingdom", + "-1979767490": "Deriv’s London office at United Kingdom", "-1255111333": "Vanuatu alt img", "-334183701": "Deriv’s Cayman Islands office at George Town", "-1641202114": "Deriv’s British Virgin Islands office at Road Town", @@ -3442,11 +3473,11 @@ "-1799144625": "Find your role with us by browsing Deriv job opportunities in Guernsey, Channel Islands.", "-470478500": "Check out the current open job positions at Deriv and get a chance to work with our team in Jordan for a thriving tech career.", "-1504150934": "Labuan | Our office – Malaysia | Deriv", + "-1891504573": "UK | Our office – UK | Deriv", "-708633595": "Malta – Our office | Deriv", "-1385444880": "Checkout the open job positions at our Malta office. Don't see the job you want? Send us your CV and we will contact you when your role becomes available.", "-2136219031": "Melaka | Our office – Malaysia | Deriv", "-1381267044": "Find your role with us by browsing Deriv job opportunities in Paris, France.", - "-1891504573": "UK | Our office – UK | Deriv", "-774085289": "Be part of the Deriv team at British Virgin Islands that provides compliance guidance to develop the company’s growth strategy and trading policies.", "-803139496": "Kigali | Our office – Rwanda | Deriv", "-233326950": "Vanuatu – Our office | Deriv", @@ -3498,7 +3529,6 @@ "-11775922": "Trading Volatility 100 Index on Deriv GO", "-1429891690": "Better risk management", "-789090463": "Risk management on Deriv GO", - "-1313766935": "Take a look at Deriv GO’s product roadmap, give us your feedback on what we’re building and suggestions on what to build next.", "-324582954": "Trade forex, synthetics, and cryptocurrencies with our app — Deriv GO.", "-1956694920": "Get trading with Deriv X", "-1499489324": "Deriv X demo account signup page", @@ -3579,6 +3609,7 @@ "-509865545": "Deriv MT5 is an all-in-one CFD trading platform where you can trade on the biggest financial markets and Deriv’s synthetic indices.", "-33819056": "Place a trade", "-870439968": "Make a trade in 3 easy steps", + "-20779858": "Deriv Trader keeps online trading simple, allowing you to trade forex, indices, commodities and synthetic indices.", "-1833673205": "Tradable assets and growing", "-677118308": "Flexible trade duration", "-1943211857": "Potential payout", @@ -3593,6 +3624,7 @@ "-478582785": "Choose from a variety of customisable trade types with flexible contract durations and stakes as low as $0.35.", "-1852662378": "Forex, cryptocurrencies, and synthetics – whether it’s the world markets or derived markets that excite you, you’ll find them here.", "-12829538": "Choose a multiplier value, fine-tune your trade with multipliers optional features (take profit, stop loss, and deal cancellation), and start trading with a stake as low as $5.", + "-2066949293": "Deriv Trader | Online trading platform | Deriv", "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv", "-1973882807": "Frequently asked questions - Affiliate programme", "-1602949376": "Help centre | Frequently asked questions | Complaints procedure | Deriv", @@ -3661,8 +3693,6 @@ "-143741607": "Deriv is the best forex broker I have ever come across!", "-642822922": "What our clients say about Deriv", "-2102582479": "Award-winning online broker, rated excellent on Trustpilot. Sign up for a demo trading account to trade forex, stocks, and other financial markets.", - "-97177023": "Trade 24/7 on forex, stocks, synthetic indices, and commodities", - "-988523882": "DMT5", "-973175694": "email address", "-175133087": "Get your free ebook now!", "-439480253": "Plus a free demo account to practice.", @@ -3710,14 +3740,7 @@ "-1399909248": "Take advantage of the best trading conditions by Deriv", "-742854273": "Weekends", "-791962871": "Ride the trends even on weekends", - "-1293694434": "3 simple steps", - "-704828346": "Online trading platform | Forex, commodities, synthetic indices, stocks, and stock indices | Deriv", - "-1663221456": "Trade synthetics with our new jump indices and take advantage of the constant volatility with a twist — price jumps.", - "-1433405472": "Experience equal probability of an upward or downward price jump every 20 minutes on average.", - "-1687100060": "Available 24/7", - "-167184778": "Trade with high leverage ratios to have even more opportunities to increase your position size.", "-1355872061": "Join over 1 million people who trade stocks, forex and other markets on Deriv.com — the award-winning broker that’s been trusted for over 20 years.", - "-1957784093": "Easy And Free Sign Up | Online Trading | Deriv.com", "-1859592272": "deriv platform", "-399480833": "deriv platform mobile", "-69605883": "background pattern mobile", @@ -4275,6 +4298,8 @@ "-33096025": "CFDs - Cryptocurrencies", "-2132026042": "CFDs - Commodities", "-1238176624": "CFDs - Synthetics: Volatility 250 (1s) Index", + "-604366950": "CFDs - Synthetics: DEX", + "-1467964959": "CFDs - Synthetics: Drift Switch Index", "-1076679821": "Multipliers - Cryptocurrencies", "-812435767": "Multipliers - Synthetics: Crash 300 Index", "-112814932": "Deriv (FX) Ltd", @@ -4288,7 +4313,6 @@ "-1678516609": "Deriv operates and offers its products and services under the Deriv Group, which has several subsidiary companies licensed in their respective jurisdictions.", "-1937167246": "Return to log in", "-2054653788": "Forgot your Deriv password? Want to reset your password? Send us your email address and we’ll email you the instructions.", - "-1354825404": "New to trading?", "-669896084": "Strong password", "-1511869631": "Use strong and varied passwords. Make them as difficult as possible for anyone to guess.", "-1973397639": "Secured login details", @@ -4317,6 +4341,8 @@ "-136976514": "Country of residence*", "-1474274516": "State/province*", "-1253349870": "Town/city*", + "-490553914": "Postal/Zip code", + "-597462351": "${item.label}", "-1120954663": "First name*", "-1929304521": "Website/social media URL*", "-1113902570": "Details", @@ -4353,7 +4379,6 @@ "-1085862265": "Subscription plan", "-990526713": "Step 5 : Terms of use (5 of 5)", "-204765990": "Terms of use", - "-1541554430": "Next", "-26610045": "Add an affiliate account", "-435672026": "Wrong email", "-37998160": "Please enter 3-20 Latin characters, numbers.", @@ -4365,7 +4390,6 @@ "-173029411": "You should enter 2-20 numbers, characters.", "-1430656728": "Password is required", "-2092237088": "You should enter 2-10 numbers, characters.", - "-1049534775": "Please enter a valid postcode with Latin characters.", "-1979098157": "Website url is required", "-1857429287": "Last Name", "-1702877392": "Important guidelines", @@ -4483,14 +4507,13 @@ "-1261042587": "This feature allows you to set the amount of loss you are willing to take in case the market moves against your position. Once the amount is reached, your contract will be closed automatically.", "-1557162974": "Set stop loss", "-120955727": "7. Deal cancellation", - "-1243558196": "This feature allows you to cancel your contract within one hour of buying it, without losing your stake amount. We charge a small non-refundable fee for this service. Deal cancellation isn't available for Crash and Boom indices or cryptocurrency pairs.", + "-377203836": "This feature allows you to cancel your contract within one hour of buying it, without losing your stake amount. We charge a small non-refundable fee for this service. Deal cancellation is only available for volatility indices.", "-1812743148": "This feature allows you to cancel your contract within one hour of buying it, without losing your stake amount. We charge a small non-refundable fee for this service.", "-693343501": "Set deal cancellation time", "-488118247": "8. Purchase your contract", "-1061315047": "Start trading multipliers on Deriv", - "-1450170188": "Deal cancellation isn't available for Crash and Boom indices or cryptocurrency pairs. The stop out feature will close your contract automatically when your loss reaches or exceeds a percentage of your stake. The stop out percentage is shown below your stake on Deriv Trader and varies according to your chosen multiplier.", - "-1088149692": "This is to protect you from losing your money when using deal cancellation. With deal cancellation, you are allowed to reclaim your full stake amount if you cancel your contract within an hour of opening the position. Stop loss, on the other hand, will close your contract at a loss if the market moves against your position. However, once the deal cancellation expires, you can set a stop loss level on the open contract.", "-1643713470": "With or without a stop loss in place, we will close your position if the market moves against your prediction and your loss reaches the stop out price. The stop out price is the price at which your net loss is equal to your stake.", + "-1088149692": "This is to protect you from losing your money when using deal cancellation. With deal cancellation, you are allowed to reclaim your full stake amount if you cancel your contract within an hour of opening the position. Stop loss, on the other hand, will close your contract at a loss if the market moves against your position. However, once the deal cancellation expires, you can set a stop loss level on the open contract.", "-976479290": "You can’t use stop loss and deal cancellation features at the same time.", "-993588400": "You can’t use take profit and deal cancellation features at the same time.", "-715015407": "Deriv multipliers combines the upside of leverage trading with the limited risk of options. This means that when the market moves in your favour, you'll multiply your potential profits. If the market moves against your prediction, your losses are limited only to your stake.", diff --git a/deriv.com.conf b/deriv.com.conf index 7a73670002d..1fa287585da 100644 --- a/deriv.com.conf +++ b/deriv.com.conf @@ -26,11 +26,11 @@ server { } location ~* "^/([\w]{2}|zh-tw|zh-cn)/contact-us" { - return 301 https://$http_host/$1/contact_us/; + return 301 https://$http_host/$1/contact-us/; } location /contact-us { - return 301 https://$http_host/contact_us/; + return 301 https://$http_host/contact-us/; } location ~* "^/([\w]{2}|zh-tw|zh-cn)/about" { diff --git a/gatsby-node.js b/gatsby-node.js index 338f542cf9f..f1ce1b0bd01 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -44,7 +44,7 @@ exports.onPreInit = () => { const BuildPage = (page, actions) => { const { createRedirect, createPage } = actions const is_responsible_trading = /responsible/g.test(page.path) - const is_contact_us = /contact_us/g.test(page.path) + const is_contact_us = /contact-us/g.test(page.path) const is_careers = /careers/g.test(page.path) const is_p2p = /responsible/g.test(page.path) const who_we_are = /who-we-are/g.test(page.path) @@ -95,20 +95,20 @@ const BuildPage = (page, actions) => { if (is_contact_us) { createRedirect({ - fromPath: `/contact-us/`, - toPath: `/contact_us/`, + fromPath: `/contact_us/`, + toPath: `/contact-us/`, redirectInBrowser: true, isPermanent: true, }) createRedirect({ fromPath: `/contact/`, - toPath: `/contact_us/`, + toPath: `/contact-us/`, redirectInBrowser: true, isPermanent: true, }) createRedirect({ - fromPath: `/contact-us`, - toPath: `/contact_us/`, + fromPath: `/contact_us`, + toPath: `/contact-us/`, redirectInBrowser: true, isPermanent: true, }) @@ -270,20 +270,20 @@ const BuildPage = (page, actions) => { if (is_contact_us) { createRedirect({ - fromPath: `/${lang}/contact-us/`, - toPath: `/${lang}/contact_us/`, + fromPath: `/${lang}/contact_us/`, + toPath: `/${lang}/contact-us/`, redirectInBrowser: true, isPermanent: true, }) createRedirect({ fromPath: `/${lang}/contact/`, - toPath: `/${lang}/contact_us/`, + toPath: `/${lang}/contact-us/`, redirectInBrowser: true, isPermanent: true, }) createRedirect({ - fromPath: `/${lang}/contact-us`, - toPath: `/${lang}/contact_us`, + fromPath: `/${lang}/contact_us`, + toPath: `/${lang}/contact-us`, redirectInBrowser: true, isPermanent: true, }) diff --git a/gatsby-ssr.js b/gatsby-ssr.js index 31bc3864b5e..d8f34f3a386 100644 --- a/gatsby-ssr.js +++ b/gatsby-ssr.js @@ -38,25 +38,25 @@ export const onRenderBody = ({ setHeadComponents }) => { />, // GTM setup - gtmTrackingId && ( + (gtmTrackingId && ( - ), - gtmTrackingId && ( + )), + (gtmTrackingId && (