{"id":32,"date":"2026-08-29T09:10:53","date_gmt":"2026-08-29T09:10:53","guid":{"rendered":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=32"},"modified":"2026-08-29T09:10:53","modified_gmt":"2026-08-29T09:10:53","slug":"collateral-transfer-bgs","status":"publish","type":"page","link":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=32","title":{"rendered":"Collateral Transfer &#038; BG\u2019s"},"content":{"rendered":"\n<head>\n    <title>Collateral Transfer &#038; BG\u2019s<\/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\">Collateral Transfer &#038; BG\u2019s<\/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\">Collateral Transfer &#038; BG\u2019s<\/h2>\n            <p class=\"rs-bgp-paragraph\">The Collateral Transfer Facility is the term used to describe a service where one company (The Provider), transfers a Bank Guarantee to another company (The Beneficiary) for a temporary period of time. Under the terms of the Collateral Transfer Agreement (or C\/T Agreement), signed between the Provider and the Beneficiary, the Beneficiary will pay the Provider a contract fee, referred to as the Collateral Transfer Fee.<\/p><p class=\"rs-bgp-paragraph\">The Provider and the Beneficiary will enter into a contract, referred to as a Collateral Transfer Agreement, where the Provider agrees to transfer a Bank Guarantee to the Receiving Bank for credit to the Beneficiary\u2019s account. The Beneficiary will pay the Provider a Collateral Transfer Fee for the temporary use of the Bank Guarantee.<\/p><p class=\"rs-bgp-paragraph\">The Collateral Transfer Facility utilizes Bank Guarantees issued by World Top 100 Banks, ensuring the highest level of financial security and compliance. The Bank Guarantees are transmitted via SWIFT MT760, which is the industry standard for interbank financial messages.<\/p><p class=\"rs-bgp-paragraph\">The Facility operates as follows: IntaCapital Swiss will introduce the Provider to the Beneficiary. Once both parties have completed due diligence, the Collateral Transfer Agreement is signed. The Provider\u2019s bank then transmits the Bank Guarantee to the Beneficiary\u2019s bank via SWIFT.<\/p><p class=\"rs-bgp-paragraph\">Collateral Transfer Facilities are becoming increasingly popular with companies looking to raise capital, obtain loans, or secure lines of credit. By utilizing a Leased Bank Guarantee, companies can access capital that would otherwise be unavailable to them.<\/p>\n        <\/section>\n      \n    <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Collateral Transfer &#038; BG\u2019s BG Provider Collateral Transfer &#038; BG\u2019s For further finance information get in touch with one of our team. Get in touch Collateral Transfer &#038; BG\u2019s The Collateral Transfer Facility is the term used to describe a service where one company (The Provider), transfers a Bank Guarantee to another company (The Beneficiary)&#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-32","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/32","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=32"}],"version-history":[{"count":2,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":34,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/32\/revisions\/34"}],"wp:attachment":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}