Skip to content

Instantly share code, notes, and snippets.

@mynameisthunder
Last active June 29, 2022 03:15
Show Gist options
  • Select an option

  • Save mynameisthunder/5ba72bf33db350d106da36a71175e020 to your computer and use it in GitHub Desktop.

Select an option

Save mynameisthunder/5ba72bf33db350d106da36a71175e020 to your computer and use it in GitHub Desktop.
Greg JSON
/* changes,
added name to the policy,
added
"overallPremium",
"personalInjuryProtectionPremium",
"medicalPaymentsPremium",
"underinsuredMotoristPremium",
"uninsuredMotoristPremium"
"hiredCSLPremium",
"nonOwnedCSLPremium"
all to coverage
added in payments and reinsurance sections (small ones)
*/
{
"policy": {
"name": "",
"policyNum": null,
"states": "Oregon",
"lineOfBusiness": "Commercial",
"policyLineItem": "Owner Operator",
"coverageTerm": "Annual",
"policyCategory": "Taxicabs and Limousines",
"underwritingCode": "New Business",
"agent": "Quantum Risk Solutions (QRSBRK)",
"effectiveDate": null,
"expirationDate": null,
"radius": "Local",
"classCode": "Non-fleet",
"businessUseClass": "Service",
"sizeClass": "Light Trucks "
},
"insured": {
"agent": "Quantum Risk Solutions (QRSBRK)",
"entity": "Individual",
"firstName": null,
"lastName": null,
"middleName": null,
"dob": null,
"suffix": null,
"gender": "Male",
"ssn": null,
"address1": null,
"address2": null,
"city": null,
"state": "Oregon",
"zipCode": null,
"email": null,
"phoneNumber": null,
"licenseState": "Oregon",
"licenseNumber": null,
"licenseEff": null,
"licenseExp": null,
"contactName": null,
"contactNumber": null,
"contactEmail": null,
"corporationName": null,
"taxIdNumber": null
},
"drivers": {
"values": [
{
"driverName": null,
"states": "Oregon",
"licenseNumber": null,
"licenseEffDate": null,
"licenseExpDate": null
}
]
},
"lossHistory": {
"incidents": [
{
"accidentDate": null,
"reportedDate": null,
"claimNumber": null,
"claimType": "Body Injury",
"subClaimNumber": null,
"totalIncurred": null,
"liabilityPaid": null,
"openReserve": null,
"status": "Yes",
"previousPolicyNumber": null,
"priorCarrierName": null,
"originalInceptionDate": null,
"expirationDate": null,
"isExperienceMode": "Yes",
"isPolicyTransferred": "Yes"
}
]
},
"documents": {},
"coverage": {
"overall": "Combined Single Limit",
"deductable": null,
"deductableAmount": null,
"deductableAutoEntry": null,
"combinedSectionLimit": "35,000",
"combinedSectionEntry": "Excluded",
"splitSectionBodyPerPerson": "25,000",
"splitSectionBodyPerAccidentOptions": "25,000",
"splitSectionPropertyDamageOptions": "10,000",
"splitSectionAutoEntryOptions": "Excluded",
"pIProtectionSingleLimit": "35,000",
"pIProtectionSingleEntry": "Excluded",
"pIProtectionSplitBodyPerPerson": "25,000",
"pIProtectionSplitBodyPerAccident": "25,000",
"pIProtectionSplitPropertyDamage": "10,000",
"pIProtectionSplitAutoEntry": "Excluded",
"medicalSingleLimit": "35,000",
"medicalSingleEntry": "Excluded",
"medicalSplitBodyPerPerson": "25,000",
"medicalSplitBodyPerAccident": "25,000",
"medicalSplitPropertyDamage": "10,000",
"medicalSplitAutoEntry": "Excluded",
"underinsuredMotoristSingleLimit": "35,000",
"underinsuredMotoristSingleAutoEntry": "Excluded",
"underMotoristBodyPerPerson": "25,000",
"underMotoristBodyPerAccident": "25,000",
"underMotoristProperty": "10,000",
"underMotoristAuto": "Excluded",
"cslSingleLimit": "35,000",
"cslBodyPerAccident": "25,000",
"cslBodyPerPerson": "25,000",
"cslSingleAuto": "Excluded",
"cslProperty": "10,000",
"cslSplitAuto": "Excluded",
"nonCslBodyPerAccident": "25,000",
"nonCslBodyPerPerson": "25,000",
"nonCslProperty": "10,000",
"nonCslSingleAuto": "Excluded",
"nonCslSingleLimit": "35,000",
"nonCslSplitAuto": "Excluded",
"unMotoristAuto": "Excluded",
"unMotoristBodyPerAccident": "25,000",
"unMotoristBodyPerPerson": "25,000",
"unMotoristProperty": "10,000",
"uninsuredMotoristSingleAutoEntry": "Excluded",
"uninsuredMotoristSingleLimit": "35,000",
"personalInjury": "Combined Single Limit",
"medicalPayments": "Combined Single Limit",
"underinsuredMotorist": "Combined Single Limit",
"uninsuredMotorist": "Combined Single Limit",
"csl": "Yes",
"nonOwnedCSL": "Yes",
"overallPremium": "",
"personalInjuryProtectionPremium": "",
"medicalPaymentsPremium": "",
"underinsuredMotoristPremium": "",
"uninsuredMotoristPremium": "",
"hiredCSLPremium": "",
"nonOwnedCSLPremium": ""
},
"vehicles": {
"values": [
{
"yesNo": "No",
"category": "Taxicabs and Limousines",
"classification": null,
"vehicleCategory": "Taxicab - Owner-Driver",
"vehicleType": "Car Service",
"state": "Oregon",
"vehicleState": null,
"vehicleWeight": "0 - 10,000",
"fuelType": "Gas",
"fleet": "Yes",
"vin": null,
"make": null,
"model": null,
"modelYear": null,
"seating": null,
"wheelChair": "Yes",
"plateNumber": null,
"garageZipCode": null,
"zoneCode": null,
"rateClassCode": null,
"baseName": null,
"baseType": "Black Car",
"baseNumber": null,
"baseExpDate": null,
"shl": null,
"garageAddress1": null,
"garageAddress2": null,
"garageZipCode2": null,
"garageCity": null,
"garageCounty": null,
"garageState": "Oregon",
"garageCountry": null
}
]
},
"payments": {
"payment": "100% DEPOSIT"
},
"reinsurance": {
"reinsuranceType": "Price Forbes",
"resInsAmmout": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment