{"id":24,"date":"2026-09-01T13:19:55","date_gmt":"2026-09-01T13:19:55","guid":{"rendered":"https:\/\/02.recovery2.lifetimehosting.tech\/?page_id=24"},"modified":"2026-09-01T13:19:55","modified_gmt":"2026-09-01T13:19:55","slug":"about-collateral-transfer","status":"publish","type":"page","link":"https:\/\/02.recovery2.lifetimehosting.tech\/?page_id=24","title":{"rendered":"About Collateral Transfer"},"content":{"rendered":"\n<head>\n    <title>About Collateral Transfer | SBLCBG<\/title>\n    <style>\n        .rs-page-container {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #1e293b;\n            background-color: #ffffff;\n            line-height: 1.75;\n            box-sizing: border-box;\n            width: 100%;\n            margin: 0;\n            padding: 0;\n        }\n\n        .rs-page-container * {\n            box-sizing: border-box;\n        }\n\n        \/* Hero Section with #A7A392 *\/\n        .rs-hero-section {\n            background-color: #A7A392;\n            background: linear-gradient(135deg, #8f8b7b 0%, #A7A392 50%, #b8b4a5 100%);\n            position: relative;\n            padding: 80px 24px;\n            color: #ffffff;\n            overflow: hidden;\n            border-bottom: 4px solid #8c8877;\n        }\n\n        .rs-hero-inner {\n            max-width: 1140px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n\n        .rs-hero-tag {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.25);\n            color: #ffffff;\n            border: 1px solid rgba(255, 255, 255, 0.5);\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            padding: 6px 16px;\n            border-radius: 30px;\n            margin-bottom: 20px;\n        }\n\n        .rs-hero-title {\n            font-size: 34px;\n            line-height: 1.35;\n            font-weight: 700;\n            margin-bottom: 24px;\n            max-width: 900px;\n            color: #ffffff;\n            text-shadow: 0 2px 8px rgba(0,0,0,0.25);\n        }\n\n        \/* Hero Button: turns solid white on click \/ hover \/ active *\/\n        .rs-hero-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: transparent;\n            color: #ffffff;\n            border: 2px solid #ffffff;\n            padding: 12px 32px;\n            font-size: 14px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            border-radius: 4px;\n            text-decoration: none;\n            transition: all 0.25s ease;\n            box-shadow: 0 4px 14px rgba(0,0,0,0.15);\n        }\n\n        .rs-hero-btn:hover, .rs-hero-btn:active, .rs-hero-btn:focus {\n            background: #ffffff !important;\n            color: #20215F !important;\n            border-color: #ffffff !important;\n            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);\n            transform: translateY(-2px);\n        }\n\n        \/* Main Content Container *\/\n        .rs-content-section {\n            padding: 65px 24px 85px;\n            background: #ffffff;\n        }\n\n        .rs-content-inner {\n            max-width: 1040px;\n            margin: 0 auto;\n        }\n\n        .rs-content-inner h1, .rs-content-inner h2, .rs-content-inner h3, .rs-content-inner h4 {\n            color: #20215F;\n            font-weight: 700;\n            margin-top: 36px;\n            margin-bottom: 18px;\n            line-height: 1.4;\n        }\n\n        .rs-content-inner h2 {\n            font-size: 26px;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 12px;\n        }\n\n        .rs-content-inner h3 {\n            font-size: 20px;\n        }\n\n        .rs-content-inner p {\n            font-size: 16px;\n            color: #334155;\n            margin-bottom: 20px;\n            line-height: 1.85;\n        }\n\n        .rs-content-inner a {\n            color: #20215F;\n            font-weight: 600;\n            text-decoration: underline;\n            text-underline-offset: 3px;\n            transition: color 0.2s;\n        }\n\n        .rs-content-inner a:hover {\n            color: #8c8877;\n        }\n\n        .rs-content-inner ul, .rs-content-inner ol {\n            margin: 18px 0 24px 24px;\n            color: #334155;\n            line-height: 1.85;\n            font-size: 15.5px;\n        }\n\n        .rs-content-inner li {\n            margin-bottom: 10px;\n        }\n\n        .rs-content-inner blockquote {\n            background: #f8fafc;\n            border-left: 4px solid #A7A392;\n            padding: 18px 22px;\n            margin: 24px 0;\n            font-style: italic;\n            color: #1e293b;\n            border-radius: 0 8px 8px 0;\n        }\n\n        \/* Forms & Inputs *\/\n        .form-card, .rs-contact-form-card, .rs-home-form-card, .rs-bg-form-card {\n            background: #f8fafc;\n            border: 1px solid #e2e8f0;\n            border-radius: 10px;\n            padding: 32px;\n            margin: 30px 0;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n        }\n\n        .form-grid, .rs-contact-form-row, .rs-home-form-row, .rs-bg-form-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin-bottom: 18px;\n        }\n\n        .form-group, .rs-contact-form-group, .rs-home-form-group, .rs-bg-form-group {\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n        }\n\n        .form-group.full, .rs-contact-full, .rs-home-full, .rs-bg-full {\n            grid-column: span 2;\n        }\n\n        .form-group label, .rs-contact-label, .rs-home-label, .rs-bg-label {\n            font-size: 14px;\n            font-weight: 600;\n            color: #1e293b;\n        }\n\n        .form-control, .rs-contact-input, .rs-contact-textarea, .rs-home-input, .rs-home-textarea, .rs-bg-input, .rs-bg-textarea {\n            padding: 12px 16px;\n            border: 1px solid #cbd5e1;\n            border-radius: 6px;\n            font-size: 15px;\n            font-family: inherit;\n            background: #ffffff;\n            transition: border 0.2s, box-shadow 0.2s;\n            width: 100%;\n            box-sizing: border-box;\n        }\n\n        .form-control:focus, .rs-contact-input:focus, .rs-contact-textarea:focus, .rs-home-input:focus, .rs-home-textarea:focus {\n            outline: none;\n            border-color: #20215F;\n            box-shadow: 0 0 0 3px rgba(32, 33, 95, 0.15);\n        }\n\n        .submit-btn, .rs-contact-submit-btn, .rs-home-submit-btn, .rs-bg-submit-btn {\n            background: #20215F;\n            color: #ffffff;\n            border: none;\n            padding: 13px 34px;\n            font-size: 14px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            border-radius: 6px;\n            cursor: pointer;\n            transition: all 0.25s ease;\n            box-shadow: 0 4px 12px rgba(32, 33, 95, 0.25);\n        }\n\n        .submit-btn:hover, .rs-contact-submit-btn:hover, .rs-home-submit-btn:hover {\n            background: #161747;\n            transform: translateY(-1px);\n        }\n\n        \/* CTA Section with #20215F *\/\n        .rs-cta-section {\n            background-color: #20215F;\n            background: linear-gradient(135deg, #18194d 0%, #20215F 60%, #2a2b7a 100%);\n            padding: 65px 24px;\n            color: #ffffff;\n            border-top: 4px solid #A7A392;\n        }\n\n        .rs-cta-inner {\n            max-width: 1040px;\n            margin: 0 auto;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 30px;\n        }\n\n        .rs-cta-text h2 {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 8px;\n            color: #ffffff;\n        }\n\n        .rs-cta-text p {\n            font-size: 16.5px;\n            color: #cbd5e1;\n            max-width: 650px;\n            margin: 0;\n        }\n\n        \/* Get in touch button - Completely White *\/\n        .rs-cta-btn {\n            background: #ffffff !important;\n            color: #20215F !important;\n            padding: 14px 34px;\n            font-size: 14px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            border-radius: 6px;\n            text-decoration: none;\n            white-space: nowrap;\n            border: 2px solid #ffffff;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);\n            display: inline-block;\n        }\n\n        .rs-cta-btn:hover {\n            background: transparent !important;\n            color: #ffffff !important;\n            border-color: #ffffff !important;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);\n        }\n\n        @media (max-width: 800px) {\n            .rs-hero-title { font-size: 26px; }\n            .rs-cta-inner { flex-direction: column; text-align: center; }\n            .rs-cta-btn { width: 100%; text-align: center; }\n            .form-grid, .rs-contact-form-row, .rs-home-form-row, .rs-bg-form-row { grid-template-columns: 1fr; }\n            .form-group.full, .rs-contact-full, .rs-home-full, .rs-bg-full { grid-column: span 1; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"rs-page-container\">\n\n    <!-- Hero Banner (Color #A7A392) -->\n    <section class=\"rs-hero-section\">\n        <div class=\"rs-hero-inner\">\n            <span class=\"rs-hero-tag\">Trusted Financial Knowledge<\/span>\n            <h1 class=\"rs-hero-title\">About Collateral Transfer<\/h1>\n            <a href=\"https:\/\/intacapitalswiss.com\/\" target=\"_blank\" rel=\"noopener\" class=\"rs-hero-btn\">\n                Find Out More &rarr;\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content Body -->\n    <section class=\"rs-content-section\">\n        <div class=\"rs-content-inner\">\n            \n<h2 class=\"uk-h2\">        Collateral Transfer \u2013 Explained    <\/h2>\n<p>The transfer of collateral from one party to another is referred to as Collateral Transfer, not as its commonly used namesake, <a href=\"what-is-a-leased-bank-guarantee.html\">Leased Bank Guarantee<\/a>. The two parties enter into a contract, the Collateral Transfer Agreement, whereby the owner of the asset, Party A, agrees to lend the asset, usually a Demand Bank Guarantee, to Party B, the Beneficiary, for a temporary period of time, at the end of which ownership of the asset returns to the Provider.<\/p>\n<p>It is common for the Provider\u2019s bank, (The Issuing Bank), and the Beneficiary\u2019s bank, (The Receiving Bank), to due diligence the Agreement, and if satisfactory the Beneficiary will pay the Provider a Contract Fee, representing payment for the use of the Bank Guarantee. The Issuing Bank transfers the Bank Guarantee to The Receiving Bank via the SWIFT system, (\u201cSociety for Worldwide Interbank Financial Telecommunications\u201d), utilising the dedicated swift message MT 760, used for transmitting Bank Guarantees and Letters of Credit.<\/p>\n<p>The Demand Bank Guarantee, governed by ICC Uniform Rules for Demand Guarantees, (URDG 758), has a dedicated format, allowing the Beneficiary to use the instrument for a variety of purposes and therefore is not bound by the verbiage of the Agreement. The usual utilisation of a Demand Bank Guarantee by the Beneficiary, is to apply for loans and lines of credit, alluded to as Credit Guarantee Facilities.<\/p>\n<p>Collateral charges or Contract Fees have been reduced by the Providers, who range from Hedge Funds, Sovereign Wealth Funds to Larger Family Offices, and these cheaper fees have made access to Collateral Transfer a lot less demanding for those companies who were unable to finance a the Agreement.<\/p>\n<p>The success of Collateral Transfer can be measured on a global basis. <a href=\"https:\/\/intacapitalswiss.com\/\">IntaCapital Swiss<\/a>, utilising their ever-popular and cutting-edge Collateral Transfer Facility, have been retained by companies for many different parts of the world, who are now enjoying access Credit Guarantee Facilities with either loans or credit lines which in the past have been denied by banks and other financial institutions.<\/p>\n<h2 class=\"uk-h2 uk-text-left\">        We are here to help    <\/h2>\n\n        <\/div>\n    <\/section>\n\n    <!-- Pre-Footer CTA (Color #20215F) -->\n    <section class=\"rs-cta-section\">\n        <div class=\"rs-cta-inner\">\n            <div class=\"rs-cta-text\">\n                <h2>We are here to help<\/h2>\n                <p>For more details on how IntaCapital Swiss can help you with your finances, get in touch with one of our team today.<\/p>\n            <\/div>\n            <a href=\"contact-us.html\" class=\"rs-cta-btn\">Get in touch &rarr;<\/a>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Collateral Transfer | SBLCBG Trusted Financial Knowledge About Collateral Transfer Find Out More &rarr; Collateral Transfer \u2013 Explained The transfer of collateral from one party to another is referred to as Collateral Transfer, not as its commonly used namesake, Leased Bank Guarantee. The two parties enter into a contract, the Collateral Transfer Agreement, whereby&#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":"fullwidth","_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:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":1,"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/02.recovery2.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}