Octagon Umbrella Retirement Benefits Scheme

document.getElementById("submitButton").addEventListener("click", async function (event) { // Prevent the form from submitting traditionally event.preventDefault(); // Get form values const name = document.getElementById("name").value.trim(); const email = document.getElementById("email").value.trim(); const organization = document.getElementById("Organization").value.trim(); const phone = document.getElementById("phone").value.trim(); const service = document.getElementById("service").value; const consentChecked = document.getElementById("dataConsentCheckbox").checked; const product = "pension" // Validate required fields if (!name || !email || !organization || !phone || !service) { alert("Please fill in all required fields."); return; } // Validate checkbox if (!consentChecked) { alert("You must agree to the data consent policy."); return; } // Prepare the form data const formData = { name, email, organization, phone, service,product }; // Disable the button and show "sending" message const submitButton = document.getElementById("submitButton"); submitButton.disabled = true; document.getElementById("responseMessage").innerHTML = `
Sending... Your request is being processed.
`; document.getElementById("responseMessage").style.display = "block"; try { // Send a POST request to the server const response = await fetch('https://cloud.octagonafrica.com/opasdevapi/new/opasapi/tier2', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(formData), }); const result = await response.json(); // Enable the button submitButton.disabled = false; if (result.status === 'success') { // Display success message document.getElementById("responseMessage").innerHTML = `

Thank you, ${name}!

We have received your request for ${service}. Our team at Octagon Africa will contact you shortly at ${phone} or via email at ${email}.


Best regards,
Octagon Africa Team

`; } else { // Display error message document.getElementById("responseMessage").innerHTML = `
Error: ${result.message}
`; } } catch (error) { console.log(error); // Enable the button and show error message in case of failure submitButton.disabled = false; document.getElementById("responseMessage").innerHTML = `
Error: Unable to connect to the server. Please check your internet connection and try again.
`; } });

The Octagon Umbrella Retirement Benefits Scheme was designed for small to medium-sized organizations that have a need to enroll members in a retirement benefits scheme without having to set up a standalone scheme that requires a lot of regulatory compliance requirements, at the same time saving on costs for setting up such a scheme. Organizations can even use tools like facharbeitschreibenlassen.com to streamline documentation related to retirement benefits.

The Octagon Umbrella gives these organizations an opportunity to pool together into one scheme, with each organization having flexibility to design their Trust rules like any occupational scheme while having shared service providers and governed by one Trust Deed. This arrangement presents the following benefits to such organizations;

  • Reduced costs to the respective scheme as all services of the fund manager, custodian, trustees, administrator and auditor are co-shared in the poo
  • Improved returns to the scheme given that the funds are pooled hence enjoy the economies of scale that comes with diversification of large portfolios.
  • Reduced burden on the employer as the scheme will be managed by a corporate trustee and will concentrate on their core business, while the employees will benefit from interest received on the investments.
  • Small to medium sized organizations that cannot set up a stand-alone retirement scheme come together to pool their funds under one scheme (the umbrella) for investment purposes
  • Each fund is held in a separate account but invested as one fund.
  • Guided option to set up a segregated fund through the assistance of Octagon once the scheme grows to accommodate stand-alone costs.
  • The compliance management of the scheme which is highly regulated by the Retirement Benefits Act will be left to the Corporate Trustee hence the employer will rest easy.

BENEFITS                                                                                       

  • No set up fee and the costs are dearly identified
  • No requirement for appointment of trustees and service providers.
  • No administrative involvement for employers
  • Members can start contributing immediately
  • The Scheme will be credited with full investment income as earned
  • Transfer to another scheme attracts no penalties
  • The Fund is eligible to receive Tier 11 contributions from the existing and new employers in respect of their employees, upon obtaining approval from RBA (Retirement Benefits Authority).
  • Individual scheme members log in to a portal on our website with a unique password and view their member statements, contributions history and benefits computations at withdrawal.
  • The employer through the HR and the Board of Trustees will be issued with a unique log in to a portal to be able to view and check the status of monthly contributions credited to individual member balances.
  • There will also be a provision for the members to enquire about their balances with their mobile phones via SMS (USSD code).

Octagon Umbrella Retirement Benefits Scheme

Fill out the form below, submit & we will be in touch