{"id":21,"date":"2026-08-29T08:13:35","date_gmt":"2026-08-29T08:13:35","guid":{"rendered":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=21"},"modified":"2026-08-29T08:13:35","modified_gmt":"2026-08-29T08:13:35","slug":"funding-terms","status":"publish","type":"page","link":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=21","title":{"rendered":"Funding Terms"},"content":{"rendered":"\n<head>\n    <title>Funding Terms<\/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\">Funding Terms<\/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\">Funding Terms<\/h2>\n            <p class=\"rs-bgp-paragraph\">When a company wishes to lease a Bank Guarantee, like many companies before them, they will approach IntaCapital Swiss, who are acknowledged experts in Collateral Transfer and Collateral Transfer Agreements. IntaCapital Swiss will provide the counter-party to provide the Bank Guarantee, known as the Provider, for the company looking to lease or rent the instrument, known as the Beneficiary.<\/p><p class=\"rs-bgp-paragraph\">When engaging in a Collateral Transfer Agreement, it is usual for the Beneficiary to contract for a Bank Guarantee with an expiry date of one year, but it can be booked for two years up to an including seven years, with the Bank Guarantee rolling over automatically. However, if after one year the Beneficiary decides to rollover the Bank Guarantee into year two, they must inform IntaCapital Swiss at least one month before expiry, as they will have to obtain approval from both the Provider and the lender.<\/p><p class=\"rs-bgp-paragraph\">On signing a Collateral Transfer Agreement, the Beneficiary is committing themselves to pay certain cost and fees, such as the cost of one year\u2019s borrowing, the Provider\u2019s fees, booking fees, arrangement fees, due dilligence and legal fees. If the Bank Guarantee is rolled over into the second and subsequent years, the Beneficiary is only liable for the Provider\u2019s fees and one year\u2019s cost of borrowing.<\/p><p class=\"rs-bgp-paragraph\">From time to time the Provider\u2019s fees may vary, but usually these fees are fairly static. However, the cost of borrowing from year to year may change, as 12 months Libor and 12 months Euribor are subject to market forces and any increase in interest rates will be for the Beneficiary\u2019s account.<\/p>\n        <\/section>\n      \n    <\/main>\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Funding Terms BG Provider Funding Terms For further finance information get in touch with one of our team. Get in touch Funding Terms When a company wishes to lease a Bank Guarantee, like many companies before them, they will approach IntaCapital Swiss, who are acknowledged experts in Collateral Transfer and Collateral Transfer Agreements. IntaCapital Swiss&#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-21","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/21","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=21"}],"version-history":[{"count":2,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":23,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions\/23"}],"wp:attachment":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}