{
  "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_Layering_New",
          "PreviousPolicyNumber": "Policy_Layering_Old",
          "BinderNumber": "BINDER00001",
          "Insured": {
            "Name": "Insured Name",
            "Address": {
              "AddressLine1": "Insured Address line 1",
              "AddressLine2": "Insured 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": "Some notes",
              "LateFilingExplanation": "An explanation",
              "Premium": 2000.01,
              "InvoiceDate": "2021-02-01",
              "Coverages": [
                {
                  "CoverageCode": 9999,
                  "CoveragePremium": 500.00,
                  "LayerGroup": {
                    "LayerDescription": "Test description",
                    "LayerData": [
                      {
                        "Insurer": {
                          "Name": "ZURICH VERSICHERUNG AG",
                          "NAICNumber": "AA-1460190"
                        },
                        "LayerPercentage": 100.000000
                      }
                    ]
                  }
                }
              ],
              "Fees": [
                {
                  "FeeType": "Other",
                  "FeeDescription": "A fee description",
                  "IncludeInPremium": false,
                  "FeeAmount": 49.99
                }
              ],
              "CaliforniaPercentAllocable": 100,
              "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
                  },
                  {
                    "CustomDocumentId": "SyndicateListDocID",
                    "DocumentType": "SYNDICATE LIST",
                    "DocumentName": "doc-syndicate-list.pdf",
                    "SubmissionDocumentId": 4
                  }
                ]
              },
              "SubmissionTransactionId": 6
            }
          ],
          "SubmissionPolicyId": 61
        }
      ]
    },
    "ReportingState": "??"
  }
}