Skip to main content

Location Master Question Set

The Location Master Question Set (LMQS) is an aggregate list of questions Bold Penguin has normalized across carriers in support of question sets containing multiple locations, buildings, and job classifications. For additional information or example payloads please reach out to your enterprise support team. These question codes should generally not be used in place of Master Question Set codes when starting a quote using the Create Application Form endpoint, or the Send to Exchange endpoint.

About Pooled Question Sets

Certain Master Questions (MQS) support the ability to accept multiple answers (e.g. multiple locations, vehicles, drivers, etc.). These types of master questions may be grouped together to form "question pools". A group of answers that are generated from questions that are in a question pool are known as "answer pools". A unique ID property is assigned to each question and answer pool called question_pool_id and answer_pool_id respectively.

Question Codes

  • mqs_loc_address_1

    • Business street address
    • String (maximum length: 255)
  • mqs_loc_address_2

    • Suite / apartment number
    • String (maximum length: 255)
  • mqs_loc_address_full

    • Address line
    • String (maximum length: 255)
  • mqs_loc_city

    • City
    • String (maximum length: 255)
  • mqs_loc_state

  • mqs_loc_state_abbrev

  • mqs_loc_zip_code

    • ZIP code
    • String (length: 5)
      • Valid 5 digit US zip code
  • mqs_bldg_desc

    • Building name
    • String (maximum length: 255)
  • mqs_bldg_annual_revenue

    • What do you estimate your annual gross revenue at this building will be for the next 12 months?
    • Integer (1 - 999,999,999)
  • mqs_bldg_employee_payroll

    • What do you anticipate your annual payroll, for employees at this building, will be for the next 12 months?
    • Integer (1 - 999,999,999)
  • mqs_bldg_relationship

    • What type of building do you operate your business out of?
    • Enum consisting of one of the following:
      • My home
      • An apartment
      • A building I lease
      • A building I own and run my business out of
      • A building I own/manage and lease to others
      • A commercial condo I own
      • A commercial condo I lease
      • A kiosk
  • mqs_bldg_ownership

    • Do you own the building at this location?
    • Enum consisting of one of the following:
      • Yes
      • No
  • mqs_bldg_stories

    • How many stories is this building?
    • Integer (0 - 999999999)
  • mqs_bldg_area_occupied

    • Approximately how many square feet does your business occupy of this building (not total square feet of building)? Enter 0 if you do not occupy the building.
    • Integer(0 - 999999999)
  • mqs_bldg_square_footage

    • What is the approximate total square footage of the building (including space you do not occupy)?
    • Integer(0 - 999999999)
  • mqs_bldg_has_sprinklers

    • Does the building contain an automatic sprinkler system?
    • Enum:
      • Yes
      • No
  • mqs_bldg_year_built

    • What is the approximate year the building was constructed?
    • String (YYYY)
      • = 1600

  • mqs_bldg_construction

    • Which of the following describes the construction of the building?
    • Enum consisting of one of the following:
      • Frame
      • Joisted Masonry
      • Masonry Non Combustible
      • Non Combustible
      • Fire Resistive
      • Modified Fire Resistive
  • mqs_bldg_bpp_limit

    • What is the total value of your business personal property at this location?
    • Integer (1 - 999,999,999)
  • mqs_bldg_building_limit

    • *Building limit
    • Integer (1 - 999,999,999)
  • mqs_job_naics

    • Naics
    • String (maximum length: 255)

    NOTE: NAICS descriptions are currently derived from the 2012 NAICS and must match exactly. You can also send the NAICS number value which may be preferable.

  • mqs_job_full_time_employees

    • Full-time employees
    • Integer (0 - 999,999,999)
  • mqs_job_part_time_employees

    • Part-time employees
    • Integer (0 - 999,999,999)
  • mqs_job_payroll

    • Estimated payroll
    • Integer (0 - 999,999,999)
  • mqs_loc_jobs_payroll

    • Estimated payroll for all job classes at this location
    • Integer (0 - 999,999,999)
  • mqs_all_jobs_payroll

    • Estimated payroll for all job classes
    • Integer (0 - 999,999,999)
  • mqs_owner_and_all_jobs_payroll

    • Estimated payroll for owner and all job classes
    • Integer (0 - 999,999,999)
  • mqs_owner_first_name

    • First name
    • String (maximum length: 255)
  • mqs_owner_last_name

    • Last name
    • String (maximum length: 255)
  • mqs_owner_payroll

    • Actual payroll
    • Integer (0 - 999,999,999)
  • mqs_owner_percent_ownership

    • % ownership
    • Integer (0 - 100)
  • mqs_owner_title

    • What is their title?
    • Enum consisting of one of the following:
      • President
      • Vice President
      • Secretary
      • Treasurer
      • Officer
      • Other
  • mqs_owner_include

    • Include or exclude from policy?
    • Enum consisting of one of the following:
      • Yes
      • No
  • mqs_total_locs

    • Number of Locations
    • Integer (0 - 999,999,999)

Example Application Form

{
"application_form": {
"answer_values": [
{
"code": "CoverageTypes",
"answer": [
"Business Owners Policy",
"Workers Compensation"
]
},
{
"code": "Naics",
"answer": "Landscape installation services"
},
{
"code": "mqs_first_name",
"answer": "Puddles"
},
{
"code": "mqs_last_name",
"answer": "Penguin"
},
{
"code": "mqs_street_1",
"answer": "100 W Main St"
},
{
"code": "mqs_zipcode",
"answer": "93921"
},
{
"code": "mqs_city",
"answer": "Carmel"
},
{
"code": "mqs_state",
"answer": "California"
}
],
"answer_pools": [
{
"question_pool_code": "locations",
"answer_values": [],
"answer_pools": [
{
"question_pool_code": "buildings",
"answer_values": [
{
"code": "mqs_bldg_stories",
"answer": "2"
}
]
},
{
"question_pool_code": "buildings",
"answer_values": [
{
"code": "mqs_bldg_desc",
"answer": "location 1 building 2"
},
{
"code": "mqs_bldg_stories",
"answer": "18"
},
{
"code": "mqs_bldg_area_occupied",
"answer": "2400"
}
]
}
]
},
{
"question_pool_code": "locations",
"answer_values": [
{
"code": "mqs_loc_address_1",
"answer": "222 Main St"
},
{
"code": "mqs_loc_state",
"answer": "Ohio"
},
{
"code": "mqs_loc_city",
"answer": "Akron"
},
{
"code": "mqs_loc_zip_code",
"answer": "44333"
}
],
"answer_pools": [
{
"question_pool_code": "buildings",
"answer_values": [
{
"code": "mqs_bldg_desc",
"answer": "location 2 building 1"
},
{
"code": "mqs_bldg_stories",
"answer": "1"
}
]
}
]
},
{
"question_pool_code": "locations",
"answer_values": [
{
"code": "mqs_loc_address_1",
"answer": "333 E Broad St"
},
{
"code": "mqs_loc_state",
"answer": "Ohio"
},
{
"code": "mqs_loc_city",
"answer": "Columbus"
},
{
"code": "mqs_loc_zip_code",
"answer": "43201"
}
],
"answer_pools": [
{
"question_pool_code": "buildings",
"answer_values": [
{
"code": "mqs_bldg_desc",
"answer": "location 3 building 1"
},
{
"code": "mqs_bldg_stories",
"answer": "1"
}
]
},
{
"question_pool_code": "buildings",
"answer_values": [
{
"code": "mqs_bldg_desc",
"answer": "location 3 building 2"
},
{
"code": "mqs_bldg_stories",
"answer": "2"
}
]
},
{
"question_pool_code": "buildings",
"answer_values": [
{
"code": "mqs_bldg_desc",
"answer": "location 3 building 3"
},
{
"code": "mqs_bldg_stories",
"answer": "3"
}
]
}
]
}
]
}
}