singlife.com
Open in
urlscan Pro
2606:4700:10::6814:2999
Public Scan
Submitted URL: http://singlife.com/
Effective URL: https://singlife.com/en
Submission: On November 04 via manual from US — Scanned from DE
Effective URL: https://singlife.com/en
Submission: On November 04 via manual from US — Scanned from DE
Form analysis
2 forms found in the DOMGET /en/search
<form class="sl-header-search" x-init="initHeaderForm()" method="GET" action="/en/search" role="search" id="headerSearchForm" x-show="menuSearchOpen" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 scale-90"
x-transition:enter-end="opacity-100 scale-100" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 scale-100" x-transition:leave-end="opacity-0 scale-90" style="display: none;">
<input class="sl-header-search-input" id="q" name="q" type="text" placeholder="Search products, questions and more...">
<div class="sl-header-search-action">
<button class="sl-header-search-btn" type="submit">
<div class="text-center flex items-center">Search</div>
</button>
<button class="sl-header-search-close" type="button" @click="menuSearchOpen = false">
<img class="" src="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/icons/sl-icon-red-cross.svg" :class="{'hidden': false}">
</button>
</div>
</form>
<form class="sl-reachout-form_container_form" onsubmit="event.preventDefault();" x-ref="reachoutForm" data-url="/en/jcr:content/root/popup_form_100224534.asl.data.popup-form.json"
data-url-animation="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/images/sl-animate-success.json"
data-url-success-animation="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/images/sl-animate-success.json"
data-url-fail-animation="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/images/sl-animate-fail.json">
<input id="formId" name="formId" type="hidden" value="dsTesting" x-init="initField('formId','hidden',$el);">
<input id="emailTo" name="emailTo" type="hidden" value="kelly_kum@singlife.com" x-init="initField('emailTo','hidden',$el);">
<input type="hidden" id="is_a2" name="is_a2" value="false" x-init="initField('is_a2','hidden',$el);">
<input type="hidden" id="is_ac" name="is_ac" value="false" x-init="initField('is_ac','hidden',$el);">
<div class="sl-reachout-form_container_form_name-row">
<div class="sl-reachout-form_container_form_item" x-data="{fieldName:'firstname'}">
<label for="firstname">Given Name</label>
<input class="sl-input" type="text" x-init="initField(fieldName,'text',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="true"
data-error-message="Please fill in your given name" data-custom-regex="" data-custom-regex-error="" :class="fieldName in fields && fields[fieldName].error && 'error'" name="firstname">
<div class="error-message" x-text="fields[fieldName].message"></div>
</div>
<div class="sl-reachout-form_container_form_item" x-data="{fieldName:'lastname'}">
<label for="lastname}">Surname</label>
<input class="sl-input" type="text" x-init="initField(fieldName,'text',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="true"
data-error-message="Please fill in your sur name" data-custom-regex="" data-custom-regex-error="" :class="fieldName in fields && fields[fieldName].error && 'error'" name="lastname">
<div class="error-message" x-text="fields[fieldName].message"></div>
</div>
</div>
<div class="sl-reachout-form_container_form_item" x-data="{fieldName:'phonenumber'}">
<label for="phonenumber">Contact number</label>
<input class="sl-input" type="number" x-init="initField(fieldName,'number',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="true"
data-error-message="Please fill in your contact number" data-custom-regex="^(6|8|9)[0-9]{7}$" data-custom-regex-error="Please fill in your contact number" :class="fieldName in fields && fields[fieldName].error && 'error'"
name="phonenumber">
<div class="error-message" x-text="fields[fieldName].message"></div>
</div>
<div class="sl-reachout-form_container_form_item form-email" x-data="{fieldName:'email'}">
<label for="email">Email</label>
<input class="sl-input" type="text" x-init="initField(fieldName,'email',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="false"
data-error-message="Please fill in your email" data-custom-regex="^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$"
data-custom-regex-error="Please fill in your email" :class="fieldName in fields && fields[fieldName].error && 'error'" name="email">
<div class="error-message" x-text="fields[fieldName].message"></div>
</div>
<div class="sl-reachout-form_container_form_item form-message" x-data="{fieldName:'details'}">
<textarea x-init="initField(fieldName,'textarea',$el);" rows="9" cols="70" name="details" placeholder="Message" @focus="$el.placeholder = ''" @focusout="$el.placeholder = 'Message'" @input="inputValidation(fieldName)"
data-check-validation="false" data-error-message="" data-custom-regex="" data-custom-regex-error=""></textarea>
</div>
<div class="sl-reachout-form_container_form_item" x-data="{fieldName:'pdpaDetails'}">
<div class="sl-checkbox sl-reachout-form_container_form_checkbox-confirm" x-init="initField(fieldName,'checkbox',$el);" data-check-validation="false">
<input type="checkbox" name="pdpaDetails">
<label for="pdpaDetails">Send me useful articles and related offers via email!</label>
</div>
</div>
<div class="sl-reachout-form_submit-button">
<button class="sl-secondary-button" @click="onSubmit()">Submit</button>
</div>
</form>
Text Content
Products Promotions Make a claim About us Blog Support INSURE Medical & Life Insurance Life Insurance Medical Insurance Critical Illness Insurance Disability Insurance Maternity Insurance Accident Insurance Lifestyle insurance Car Insurance Travel Insurance Home Insurance Group Insurance scheme MINDEF MHA Public Officers INVEST Savings Retirement Investment-Linked Plans Investment-Linked Plan Funds Report Fund Information Dollar Dex Navigator SAVE & EARN Singlife Account 3% p.a. Bonus Return Stack up PROMOTIONS Enjoy these special savings when you purchase our plans. Life & Health Insurance Car Insurance Travel Insurance Home Insurance Disability Support Programme CUSTOMER REWARDS Rewards and perks for our Singlife customers. View Customer Rewards View All Promotions INDIVIDUAL CLAIMS Death Health, Critical Illness, Accident Severe Disability claim Personal Accident Home Car Travel EMPLOYEE CLAIMS EBConnect ClaimConnect Corporate Plan GROUP CLAIMS MINDEF & MHA Public Officers OTHERS Letter of Guarantee View All Claims ABOUT SINGLIFE Our Brand Story Board of Directors Executive Team Corporate Governance Newsroom Sustainability Strategy Investor Relations Ecosystem CAREERS Corporate Financial Advisors Affinity Channel All Careers MONEY BANTER Enjoy these special savings when you purchase our plans. Health & Well Being Retirement Planning Protection Savings Investments Travel Insurance Car Insurance View All Articles FORMS Personal Accident Insurance Car Insurance Travel Insurance Home Insurance Investments MINDEF MHA Public Officers RESOURCES FAQ Form Library COVID-19 Advisory HELP Contact Us How To Make Payment Policy Monies Policy Changes Policy Servicing Make a claim Contact Us Make Payments FAQ UP TO 35% OFF SINGLIFE CAR INSURANCE PROMO For MINDEF/MHA/POGIS policyholders, get an additional 15% off on top of any existing promo. I’m Interested! GET THE SINGLIFE APP Save, invest and be insured all in one app! Business Login MySinglife (formerly MyAviva)/ MINDEF/MHA/POGIS portals Singlife Portals and App Corporate Customers Financial Adviser Representative Search Products Promotions Make a claim About us Blog Support -------------------------------------------------------------------------------- Login Make a claim Contact Us Make Payments FAQ Looking for corporate solutions? Business Solutions Promo UP TO 35% OFF SINGLIFE CAR INSURANCE For MINDEF/MHA/POGIS policyholders, get an additional 15% off on top of any existing promo. Up to 35% OFF Singlife Car Insurance Get the Singlife App Products INSURE Life Insurance Medical Insurance Critical Illness Insurance Disability Insurance Maternity Insurance Accident Insurance -------------------------------------------------------------------------------- Car Insurance Travel Insurance Home Insurance -------------------------------------------------------------------------------- MINDEF MHA Public Officers Invest Savings Retirement Investment-Linked Plans Investment-Linked Plan Funds Report Fund Information Dollar Dex Navigator SAVE & EARN Singlife Account 3% p.a. Bonus Return Stack up Promotions Promotions Life & Health Insurance Car Insurance Travel Insurance Home Insurance Disability Support Programme Customer rewards View Customer Rewards View All Promotions Make a claim Individual Claims Death Health, Critical Illness, Accident Severe Disability claim Personal Accident Home Car Travel EMPLOYEE Claims EBConnect ClaimConnect Corporate Plan GROUP CLAIMS MINDEF & MHA Public Officers OTHERS Letter of Guarantee View All Claims About us ABOUT SINGLIFE Our Brand Story Board of Directors Executive Team Corporate Governance Newsroom Sustainability Strategy Investor Relations Ecosystem CAREERS -------------------------------------------------------------------------------- Corporate Financial Advisors Affinity Channel All Careers -------------------------------------------------------------------------------- Blog MONEY BANTER Health & Well Being Retirement Planning Protection Savings Investments -------------------------------------------------------------------------------- Travel Insurance Car Insurance View All Articles Support FORMS Personal Accident Insurance Car Insurance Travel Insurance Home Insurance Investments -------------------------------------------------------------------------------- MINDEF MHA Public Officers Resources FAQ Form Library COVID-19 Advisory help Contact Us How To Make Payment Policy Monies Policy Changes Policy Servicing Login Personal MySinglife (formerly MyAviva)/ MINDEF/MHA/POGIS portals Singlife Portals and App Group/Corporate Corporate Customers Financial adviser Financial Adviser Representative This site uses cookies to provide you with a better user experience. By continuing, you accept our cookie policy. ANNOUNCEMENT Security alert There has been a rise in phishing attacks targeting customers of financial institutions. While there have been no cases so far, scammers may impersonate Singlife with Aviva. We will never ask for your online account ID, password or OTP over the phone, email or SMS. Please be assured that we are actively taking steps to prevent phishing. ANNOUNCEMENT To bring you a better online experience, we’ll be updating the MySinglife portal from 10pm, 4 Nov 2022 to 11pm, 4 Nov 2022. The portal will not be accessible during this period. Thank you for your patience. 1 of 2 Limited Time Offer: Earn up to 3% p.a. with your Singlife Account, find out more. Singlife with Aviva A Better Way to Financial Freedom Get Disability Coverage Absolutely FREE Sign up for the complimentary Singlife Disability Support Programme to receive financial support when you need it most. Learn more Learn more Singlife Account The insurance savings plan that give you up to 3% p.a.* return. Save, spend, earn and be insured all in one app. *For a limited time only Find out more Find out more Singlife CareShield Standard & Plus Enhance your CareShield Life or ElderShield coverage today! Learn more Learn more #ABetterOdyssey Empowering effective digitalisation in businesses Learn more Learn more How can we help you? Insure Save & Invest Life Disability Critical Illness Medical Maternity Accident Car Travel Home MINDEF MHA Public Officers Retirement Savings Investment-Linked Plans Singlife Account Singlife Sure Invest Dollar Dex Navigator Save, earn and invest, all in one app SAVINGS Singlife Account The insurance savings plan that gives you up to 3% p.a.* return. Save, spend, earn and be insured all in one app. *For a limited time only Learn More INVESTMENT Singlife Sure Invest The Investment-Linked Policy (ILP) which offers you a combination of investment opportunities and insurance protection. See More Why Singlife with Aviva? We help you achieve financial freedom. We give you control over your financial wellbeing, at every stage of your life. Together, we are more than just an insurance company. We are a technology-empowered, financial services partner. We are your better way to financial freedom. See More A better way to financial freedom INSURANCE Singlife CareShield Standard and Plus Enhance your CareShield life coverage today! Find Out More INVESTMENT Singlife Savvy Invest Boost your wealth with our whole-life, regular premium Investment-Linked Plan Learn More You protect the nation, we are already protecting you MINDEF Group Insurance Scheme See More MHA Group Insurance Scheme See More POGIS Public Officers Group Insurance Scheme See More Stay protected with us Exclusively for members and affiliated members of the MINDEF and their dependants: Find out about your coverage under the Core Scheme and how the Voluntary MINDEF Group Insurance Plans can help you meet your needs. Find out more Stay protected with us Exclusively for members and affiliated members of the MHA and their dependants: Find out about your coverage under the Core Scheme and how the Voluntary MHA Group Insurance Plans can help you meet your needs. Find out more Affordable and comprehensive life protection plan The Public Officers Group Insurance Scheme (POGIS) is a life protection plan to protect public officers and their loved ones. Find out more MINDEF Group Insurance Scheme MHA Group Insurance Scheme POGIS Public Officers Group Insurance Scheme Don't take our word for it Hear what our customers say! Way better than any local bank's interest rate Way better than any local bank's interest rate. This one is 1%, local bank is 0.2%. And this is actually an insurance savings plan... If you die, your family gets 105% (of the account value) back. Tushar Gupta Easy onboarding experience Onboarding process is easy and rate (of returns) is quite decent. Also, it's quite fast to withdraw the money when you need it. Benson Tan Fast withdrawal A fantastic account with good (return) rate. Speedy withdrawal process. Highly recommended. Ang Aik Bing Benjamin Generated more returns than other accounts Been using this for quite a while, it has generated relatively more interest than other savings account I’ve seen! Li Xuan Ng Nice app! Nice app and good card for multi-currency spending. Ashton Ng Way better than any local bank's interest rate Way better than any local bank's interest rate. This one is 1%, local bank is 0.2%. And this is actually an insurance savings plan... If you die, your family gets 105% (of the account value) back. Tushar Gupta Easy onboarding experience Onboarding process is easy and rate (of returns) is quite decent. Also, it's quite fast to withdraw the money when you need it. Benson Tan Fast withdrawal A fantastic account with good (return) rate. Speedy withdrawal process. Highly recommended. Ang Aik Bing Benjamin Generated more returns than other accounts Been using this for quite a while, it has generated relatively more interest than other savings account I’ve seen! Li Xuan Ng Nice app! Nice app and good card for multi-currency spending. Ashton Ng Way better than any local bank's interest rate Way better than any local bank's interest rate. This one is 1%, local bank is 0.2%. And this is actually an insurance savings plan... If you die, your family gets 105% (of the account value) back. Tushar Gupta Easy onboarding experience Onboarding process is easy and rate (of returns) is quite decent. Also, it's quite fast to withdraw the money when you need it. Benson Tan Fast withdrawal A fantastic account with good (return) rate. Speedy withdrawal process. Highly recommended. Ang Aik Bing Benjamin Generated more returns than other accounts Been using this for quite a while, it has generated relatively more interest than other savings account I’ve seen! Li Xuan Ng Nice app! Nice app and good card for multi-currency spending. Ashton Ng Read the latest guides, comparisons, and hacks! See All 20 OCT 2022 How to thrive in your thirties 10 OCT 2022 Common Scams (and how to avoid them) 26 SEP 2022 Make that ang pow $ work for you! 23 SEP 2022 Your checklist for a perfect destination wedding Need help? See All Where can I find more information on various products? Visit the links below for policy documents, forms and other resources: * Car insurance * Travel insurance * Personal Accident insurance * Home insurance * Medical & Life, Savings, Investment-Linked Plans, and Retirement Help, I lost my bookmarks and can no longer find the products I need! No sweat! You can easily locate the product you’re looking for in the following categories: * Car insurance * Travel insurance * Personal Accident insurance * Home insurance * Medical & Life, Savings, Investment-Linked Plans, and Retirement * Navigator I need to email / snail mail documents / speak to someone on the phone. We’re here to help. Get in touch directly here or submit a feedback form and we’ll get back to you as soon as we can. Excepteur sint occaecat cupidatat non pr Leave your details and we’ll be in touch to provide you with more information. If you have an existing financial adviser representative, please leave your details in the form and they will be in touch. Given Name Surname Contact number Email Send me useful articles and related offers via email! Submit You may also call Singlife Financial Advisers at +65 6827 9980 (Mon - Fri, 9am to 6pm) if you're interested to purchase the product. Submit By clicking "Start planning with us", you consent to Singapore Life Ltd. ("Singlife") and Singlife related group of companies contacting you for the processing of the above request. You also consent to Singlife collecting, using, disclosing or transferring your personal data in this form to Singlife related companies, third party providers or intermediaries, whether located in Singapore or elsewhere, for the above purposes and for research, audit, regulatory and compliance purposes. For details of Singlife's Data Protection Notice, please refer to www.singlife.com/pdpa Close Yes, I understand Yay! Form received We will get back to you as soon as we can About us * About us * Our Partners * Newsroom * Careers * Investor Relations * Ecosystem * Merger FAQ Insure * Life Insurance * Medical Insurance * Critical Illness Insurance * Disability Insurance * Maternity Insurance * Accident Insurance * Car Insurance * Travel Insurance * Home Insurance * MINDEF & MHA * Public Officers Save and Invest * Singlife Account * Singlife Sure Invest * Singlife Savvy Invest * Savings * Retirement * DollarDex * Navigator Useful Links * Common Reporting Standard * FATCA * Fair Dealing * Contact Us * Forms * FAQ * Make a claim * Follow Us Terms and Conditions Data Protection Notice Cookie Policy Security Practices Investor Relations / Public Disclosure Speak Out Policy COMP/2021/12/PPM/ 878 © 2022 Singapore Life Ltd. | Company Reg.No.: 196900499K | GST Reg.No.: MR-8500166-8