Instant quotes for liability & tools insurance
Getting the cover you need is quick and easy with Builtin, New Zealand’s Trade Insurance Experts. Quote and apply online and get covered in minutes!
Liability
$1,000,000 cover
$300/yr
- Based on turnover up to $150,000
- Excludes GST
- Underwriting criteria apply
Tools
$10,000 cover
$486/yr
- Full replacement value (new for old)
- Excludes GST
- Underwriting criteria apply
Liability
$1,000,000 cover
$7.5/wk
- Based on turnover up to $150,000
- 12 month contract
- Premiums payable in full or over 10 months (last 2 months free)
- Underwriting criteria apply
Tools
$10,000 cover
$12/wk
- Full replacement value (new for old)
- 12 month contract
- Premiums payable in full or over 10 months (last 2 months free)
- Underwriting criteria apply
(function($){
function dvcs_switch_pricing_periods_b() {
$('.dvcs_switch_btn_b_1').click(function(event) {
event.preventDefault();
if( ! $('.dvcs_switch_btn_b_1').hasClass('dvcs_active')){
$('.dvcs_switch_btn_b_2').removeClass('dvcs_active');
$('.dvcs_switch_btn_b_1').addClass('dvcs_active');
$('.dvcs_pricing_b_2').removeClass('dvcs_active');
$('.dvcs_pricing_b_1').addClass('dvcs_active');
}
});
$('.dvcs_switch_btn_b_2').click(function(event) {
event.preventDefault();
if( ! $('.dvcs_switch_btn_b_2').hasClass('dvcs_active')){
$('.dvcs_switch_btn_b_1').removeClass('dvcs_active');
$('.dvcs_switch_btn_b_2').addClass('dvcs_active');
$('.dvcs_pricing_b_1').removeClass('dvcs_active');
$('.dvcs_pricing_b_2').addClass('dvcs_active');
}
});
}
$(window).load(function() {
dvcs_switch_pricing_periods_b();
});
})(jQuery);