{
  "ProductType": "FLOOD",
  "Organisation": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
  "InsuredName": "John Smith",
  "PolicyType": "FLOOD",
  "QuoteType": "New Business",
  "Construction": "5050",
  "Occupancy": "1051",
  "OccupancyType": "1",
  "Currency": "USD",
  "Address": {
    "Street": "123 Main St",
    "City": "Beach City",
    "PostalCode": "77523",
    "StateCode": "TX",
    "Country": "US"
  },
  "Covers": [
    {
      "CoverType": "BUILDINGS",
      "CoverValue": 360000
    },
    {
      "CoverType": "CONTENTS",
      "CoverValue": 160000,
      "CoverValueType": "RCV"
    }
  ],
  "AdditionalInformation": [
    {
      "InformationType": "YEARBUILT",
      "InformationValue": 1993
    },
    {
      "InformationType": "FLOORAREA",
      "InformationValue": 2210
    },
    {
      "InformationType": "BASEMENT",
      "InformationValue": 0
    },
    {
      "InformationType": "NUMBEROFSTORIES",
      "InformationValue": "1"
    },
    {
      "InformationType": "CLAIMCOUNT",
      "InformationValue": 0
    },
    {
      "InformationType": "ABOVEWATER",
      "InformationValue": 0
    },
    {
      "InformationType": "NFIPPOLICY",
      "InformationValue": 0
    }
  ],
  "RequiredPricingTerms": [
    {
      "Peril": "FLOOD",
      "Terms": [
        {
          "CoverType": "BUILDINGS",
          "Limit": 250000,
          "Deductible": 1250
        },
        {
          "CoverType": "CONTENTS",
          "Limit": 100000,
          "Deductible": 1250
        }
      ]
    }
  ]
}