Link Search Menu Expand Document

Tax Audit

Tax Audit protection


Parameter Explanations

Parameter Type Description
product String The product slug: “abtaxauditau”
premium_cents Integer The amount of the premium in cents (eg a $1,347.67 premium would be 134767)
premium_sales_tax_cents Integer The amount of the GST for just the premium component, in cents
admin_fee_cents Integer The amount of the admin fee (doc fee) in cents
admin_fee_sales_tax_cents Integer The amount of the GST for just the admin fee (doc fee) component, in cents
broker_fee_cents Integer The amount of the broker fee being charged by the broker in cents
broker_fee_sales_tax_cents Integer The amount of the GST for just the broker fee component, in cents
stamp_duty_cents Integer The amount of the stamp duty in cents
region String The state the business is based in (‘ACT’, ‘NSW’, ‘NT’, ‘QLD’, ‘SA’, ‘TAS’, ‘VIC’, ‘WA’)
limit_cents Integer The amount of the selected limit, in cents
business_type_turnover string The value selected for the business type/turnover from the defined list (see options below)
master_policy_entity String The name of the entity that has the “master policy”
policy_start_date String Optional, see Products page for more info
name_of_insured String The name of the main entity being covered
additional_entities String[] Optional, An array of strings, each being the name of an additional entity being covered
name String The name of the contact person at the insured entity
email String The email address for the contact person at the insured entity

Parameters required to create a quote

All Parameters are required to create a quote with the following exeptions:

  • policy_start_date: If null or absent, the start date will be assumed to be “today”
  • additional_entities: If null or empty, no additional entities will be covered
{
  "product": "abtaxauditau",
  "premium_cents": 47500,
  "premium_sales_tax_cents": 4750,
  "admin_fee_cents": 250,
  "admin_fee_sales_tax_cents": 25,
  "broker_fee_cents": 1500,
  "broker_fee_sales_tax_cents": 150,
  "stamp_duty_cents": 4703,
  "region": "NSW",
  "limit_cents": 2000000,
  "master_policy_entity": "Big Accounting Pty Ltd",
  "policy_start_date": "2021-10-15",
  "name_of_insured": "Mary's IT Services Pty Ltd",
  "additional_entities": ["Mary Family Trust", "Mary Super Fund"],
  "name": "Mary Smith",
  "email": "mary@example.com"
}

Business Type / Turnover options

  • Salary & Wage
  • Salary & Wage (inc spouse)
  • Self Managed Superannuation Fund (SMSF)
  • Sole Trader Partnership/Trusts
  • Business Entity < $500,000
  • Business Entity $500,001 - $1,000,000
  • Business Entity $1,000,001 - $3,000,000
  • Business Entity $3,000,001 - $6,000,000
  • Business Entity $6,000,001 - $10,000,000
  • Business Entity $10,000,001 - $25,000,000
  • Business Entity $25,000,001 - $50,000,000
  • Business Entity $50,000,001 - $75,000,000
  • Business Entity $75,000,001 - $100,000,000