{
  "Version": "2.0",
  "BatchDataSet": {
    "Batch": {
      "Broker": {
        "SLABrokerNumber": 123456789
      },
      "BrokerBatchNumber": "TEST000000001",
      "BrokerBatchDate": "2021-04-01",
      "BatchNotes": "Batch notes",
      "LateFilingExplanation": "Late filing explanation",
      "BatchDocuments": {
        "FolderName": "docs"
      },
      "Policies": [
        {
          "Broker": {
            "SLABrokerNumber": 123456789
          },
          "CustomPolicyId": "ID00001",
          "PolicyNumber": "Policy_GAP_New",
          "PreviousPolicyNumber": "NUM00000",
          "BinderNumber": "BINDER00001",
          "Insured": {
            "Name": "Insured Name",
            "Address": {
              "AddressLine1": "Address line 1",
              "AddressLine2": "Address line 2",
              "City": "San Francisco",
              "StateOrProvince": "CA",
              "PostalCode": "94111",
              "Country": "USA"
            }
          },
          "SecondaryInsuredName": "Secondary Insured Name",
          "InsuredDbaName": "Insured DBA Name",
          "IsMultipleStatePolicy": false,
          "IsMasterPolicy": false,
          "ExemptCommercialPurchaser": false,
          "Transactions": [
            {
              "CustomTransactionId": "CustomTxId00001",
              "TransactionType": "N",
              "EndorsementNumber": "End#00001",
              "EffectiveDate": "2021-02-01",
              "ExpirationDate": "2022-02-01",
              "GoodUntilCancelled": true,
              "Notes": "GAP notes",
              "LateFilingExplanation": "GAP Late Filing Explanation",
              "Premium": 2000.01,
              "InvoiceDate": "2021-02-01",
              "Coverages": [
                {
                  "CoverageCode": 9999,
                  "CoveragePremium": 99.99,
                  "Insurer": {
                    "Name": "ZURICH VERSICHERUNG AG",
                    "NAICNumber": "AA-1460190"
                  }
                }
              ],
              "Fees": [
                {
                  "FeeType": "Other",
                  "FeeDescription": "A fee description",
                  "IncludeInPremium": false,
                  "FeeAmount": 49.99
                }
              ],
              "CaliforniaPercentAllocable": 100,
              "GAP": {
                "Layers": [
                  {
                    "LayerNumber": 1111,
                    "LimitOfLiability": 11111.50,
                    "ExcessOfUnderlyingLimits": 55555.80,
                    "GapInsurersPercentage": 50
                  },
                  {
                    "LayerNumber": 2222,
                    "LimitOfLiability": 22222.60,
                    "ExcessOfUnderlyingLimits": 66666.90,
                    "GapInsurersPercentage": 50
                  }
                ],
                "TotalNumberOfLayers": 2,
                "TotalLimitsOfLiability": 77777.10,
                "TotalPercentageOfGapInsurers": 9.76,
                "AssociatedLayerNumber": 111,
                "GapInsurers": [
                  {
                    "Name": "GAP Insurer Name 1",
                    "NAICNumber": "NAIC Number 1",
                    "ParticipationPercentage": 10.55
                  },
                  {
                    "Name": "GAP Insurer Name 2",
                    "NAICNumber": "NAIC Number 2",
                    "ParticipationPercentage": 20.55
                  }
                ],
                "DateSigned": "2021-04-01"
              },
              "TransactionDocuments": {
                "Documents": [
                  {
                    "CustomDocumentId": "BINDERDocID",
                    "DocumentType": "DECLARATIONS PAGE",
                    "DocumentName": "doc-binder.pdf",
                    "SubmissionDocumentId": 1
                  },
                  {
                    "CustomDocumentId": "SL1DocID",
                    "DocumentType": "SL1",
                    "DocumentName": "doc-sl1.pdf",
                    "SubmissionDocumentId": 2
                  },
                  {
                    "CustomDocumentId": "SL2DocID",
                    "DocumentType": "SL2",
                    "DocumentName": "doc-sl2.pdf",
                    "SubmissionDocumentId": 3
                  }
                ]
              },
              "SubmissionTransactionId": 10
            }
          ],
          "SubmissionPolicyId": 64
        }
      ]
    },
    "ReportingState": "??"
  }
}