{"id":24,"date":"2026-08-29T08:17:22","date_gmt":"2026-08-29T08:17:22","guid":{"rendered":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=24"},"modified":"2026-08-29T08:17:22","modified_gmt":"2026-08-29T08:17:22","slug":"the-c-t-agreement","status":"publish","type":"page","link":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=24","title":{"rendered":"The C\/T Agreement"},"content":{"rendered":"\n<head>\n    <title>The C\/T Agreement<\/title>\n    <style>\n        :root {\n            --rs-bgp-primary: #A8A0A0;\n            --rs-bgp-secondary: #FFFFFF;\n            --rs-bgp-text-dark: #1F242B;\n            --rs-bgp-text-muted: #4B5158;\n            --rs-bgp-bg-light: #F7F8FA;\n            --rs-bgp-card-bg: #FFFFFF;\n            --rs-bgp-border-color: #E2E4E8;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            background-color: var(--rs-bgp-bg-light);\n            color: var(--rs-bgp-text-dark);\n            line-height: 1.7;\n            padding: 40px 20px;\n        }\n\n        .rs-bgp-container {\n            width: 100%;\n            max-width: 920px;\n            margin: 0 auto;\n        }\n\n        .rs-bgp-hero {\n            background-color: var(--rs-bgp-primary);\n            color: var(--rs-bgp-secondary);\n            border-radius: 12px;\n            padding: 48px 40px;\n            margin-bottom: 32px;\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 24px;\n        }\n\n        .rs-bgp-hero-content {\n            max-width: 620px;\n        }\n\n        .rs-bgp-badge {\n            display: inline-block;\n            background-color: rgba(255, 255, 255, 0.25);\n            color: var(--rs-bgp-secondary);\n            font-size: 0.8rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            padding: 4px 12px;\n            border-radius: 20px;\n            margin-bottom: 12px;\n        }\n\n        .rs-bgp-hero-title {\n            font-size: 2.25rem;\n            font-weight: 700;\n            line-height: 1.25;\n            margin-bottom: 12px;\n            color: var(--rs-bgp-secondary);\n        }\n\n        .rs-bgp-hero-subtitle {\n            font-size: 1.1rem;\n            opacity: 0.95;\n            color: var(--rs-bgp-secondary);\n        }\n\n        .rs-bgp-btn-hero {\n            display: inline-block;\n            background-color: var(--rs-bgp-secondary);\n            color: #4A4444;\n            font-size: 1rem;\n            font-weight: 700;\n            text-decoration: none;\n            padding: 14px 30px;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n        }\n\n        .rs-bgp-btn-hero:hover {\n            background-color: #F0EDED;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n        }\n\n        .rs-bgp-card {\n            background-color: var(--rs-bgp-card-bg);\n            border: 1px solid var(--rs-bgp-border-color);\n            border-left: 5px solid var(--rs-bgp-primary);\n            border-radius: 8px;\n            padding: 40px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n        }\n\n        .rs-bgp-section-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: var(--rs-bgp-text-dark);\n            margin-bottom: 24px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--rs-bgp-bg-light);\n        }\n\n        .rs-bgp-paragraph {\n            font-size: 1.05rem;\n            color: var(--rs-bgp-text-muted);\n            margin-bottom: 20px;\n        }\n\n        .rs-bgp-paragraph:last-child {\n            margin-bottom: 0;\n        }\n\n        .rs-bgp-grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\n        }\n\n        .rs-bgp-form-group {\n            margin-bottom: 20px;\n        }\n\n        .rs-bgp-label {\n            display: block;\n            font-size: 0.95rem;\n            font-weight: 600;\n            color: var(--rs-bgp-text-dark);\n            margin-bottom: 8px;\n        }\n\n        .rs-bgp-input,\n        .rs-bgp-textarea {\n            width: 100%;\n            padding: 12px 16px;\n            border: 1px solid var(--rs-bgp-border-color);\n            border-radius: 6px;\n            font-size: 1rem;\n            font-family: inherit;\n            color: var(--rs-bgp-text-dark);\n            background-color: #FAFAFB;\n            transition: border-color 0.2s ease, box-shadow 0.2s ease;\n        }\n\n        .rs-bgp-input:focus,\n        .rs-bgp-textarea:focus {\n            outline: none;\n            border-color: var(--rs-bgp-primary);\n            box-shadow: 0 0 0 3px rgba(168, 160, 160, 0.25);\n            background-color: #FFFFFF;\n        }\n\n        .rs-bgp-textarea {\n            resize: vertical;\n            min-height: 120px;\n        }\n\n        .rs-bgp-checkbox-group {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            margin-bottom: 24px;\n        }\n\n        .rs-bgp-checkbox {\n            margin-top: 4px;\n            width: 18px;\n            height: 18px;\n            accent-color: var(--rs-bgp-primary);\n        }\n\n        .rs-bgp-checkbox-text {\n            font-size: 0.9rem;\n            color: var(--rs-bgp-text-muted);\n        }\n\n        .rs-bgp-submit-btn {\n            width: 100%;\n            background-color: var(--rs-bgp-primary);\n            color: var(--rs-bgp-secondary);\n            font-size: 1.05rem;\n            font-weight: 700;\n            border: none;\n            padding: 14px 28px;\n            border-radius: 6px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .rs-bgp-submit-btn:hover {\n            background-color: #928A8A;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(168, 160, 160, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .rs-bgp-hero {\n                padding: 32px 24px;\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .rs-bgp-hero-title {\n                font-size: 1.75rem;\n            }\n\n            .rs-bgp-grid-2col {\n                grid-template-columns: 1fr;\n            }\n\n            .rs-bgp-card {\n                padding: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <main class=\"rs-bgp-container\">\n        \n    <section class=\"rs-bgp-hero\">\n        <div class=\"rs-bgp-hero-content\">\n            <span class=\"rs-bgp-badge\">BG Provider<\/span>\n            <h1 class=\"rs-bgp-hero-title\">The C\/T Agreement<\/h1>\n            <p class=\"rs-bgp-hero-subtitle\">For further finance information get in touch with one of our team.<\/p>\n        <\/div>\n        <a href=\"contact-us.html\" class=\"rs-bgp-btn-hero\">Get in touch<\/a>\n    <\/section>\n  \n        <section class=\"rs-bgp-card\">\n            <h2 class=\"rs-bgp-section-title\">The Collateral Transfer Agreement<\/h2>\n            <p class=\"rs-bgp-paragraph\">There are many bank to bank platforms, but the one most closely associated to Bank Guarantees, and Collateral Transfer Agreements, is the SWIFT system, (\u201cSociety for Worldwide Interbank Financial Telecommunications\u201d). The SWIFT system is a bank to bank platform, enabling one bank to transmit a Bank Guarantee to another bank, as explained below.<\/p><p class=\"rs-bgp-paragraph\">A Collateral Transfer Agreement is where one company, known as the Provider will transfer a Bank Guarantee to another company, known as the Beneficiary. The Provider\u2019s bank, alluded to as the Issuing Bank and the Beneficiary\u2019s bank, alluded to as the Receiving Bank, will both be responsible for the due diligence process ensuring the Collateral Transfer Agreement is compliant with international and local financial regulations. It is also incumbent on both banks to execute the instructions contained within the Collateral Transfer Agreement, and this is where the SWIFT system is utilised.<\/p><p class=\"rs-bgp-paragraph\">Once due diligence has been approved by both banks, the Provider will instruct the Issuing Bank to transfer a Bank Guarantee, via the SWIFT system, to the Receiving Bank for credit to the Beneficiary\u2019s account. The SWIFT system, is utilised by banks and finance institutions across the globe, and is a secure international financial message system, which authenticates every message sent to and received from all membership banks. Both the Provider and the Beneficiary must ensure that their banks are members of the \u201cSociety for Worldwide Interbank Financial Telecommunications, if they wish to enter into a Collateral Transfer Agreement.<\/p><p class=\"rs-bgp-paragraph\">The SWIFT system has dedicated messages allowing banks to exchange financial data, make payments and transfer Bank Guarantees, and in the case of Bank Guarantees, the Issuing Bank will pre advise the arrival of a Bank Guarantee to the Receiving Bank utilising a SWIFT message. Upon receipt of the pre advise, the Receiving Bank will advise the Issuing Bank via SWIFT message that they will receive the Bank Guarantee, at which stage the Issuing Bank using a dedicated SWIFT message will transmit the Bank Guarantee to the Receiving Bank.<\/p>\n        <\/section>\n      \n    <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The C\/T Agreement BG Provider The C\/T Agreement For further finance information get in touch with one of our team. Get in touch The Collateral Transfer Agreement There are many bank to bank platforms, but the one most closely associated to Bank Guarantees, and Collateral Transfer Agreements, is the SWIFT system, (\u201cSociety for Worldwide Interbank&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":1,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}