{
  "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": "MASTERPOLICY_NEW",
          "PreviousPolicyNumber": "MASTERPOLICY_OLD",
          "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": true,
          "ExemptCommercialPurchaser": false,
          "Transactions": [
            {
              "CustomTransactionId": "CustomTxId00001",
              "TransactionType": "N",
              "EndorsementNumber": "End#00001",
              "EffectiveDate": "2021-02-01",
              "ExpirationDate": "2022-02-01",
              "GoodUntilCancelled": true,
              "Notes": "Master Policy notes",
              "LateFilingExplanation": "Master Policy Late Explanation",
              "Premium": 2000.01,
              "InvoiceDate": "2021-02-01",
              "Coverages": [
                {
                  "CoverageCode": 9999,
                  "CoveragePremium": 300.00,
                  "Insurer": {
                    "Name": "ZURICH VERSICHERUNG AG",
                    "NAICNumber": "AA-1460190"
                  }
                }
              ],
              "Fees": [
                {
                  "FeeType": "Other",
                  "FeeDescription": "A fee description",
                  "IncludeInPremium": false,
                  "FeeAmount": 49.99
                }
              ],
              "CaliforniaPercentAllocable": 100,
              "Certificates": [
                {
                  "CertificateNumber": "CertNum10000",
                  "Insured": {
                    "Name": "Insured Name 1",
                    "Address": {
                      "AddressLine1": "Address line 1",
                      "AddressLine2": "Address line 2",
                      "City": "San Francisco",
                      "StateOrProvince": "CA",
                      "PostalCode": "94111",
                      "Country": "USA"
                    }
                  },
                  "CertificateEffectiveDate": "2021-04-01",
                  "CertificateExpirationDate": "2022-04-01",
                  "CertificatePremium": 50.00,
                  "CertificateStateTax": 5.00,
                  "CertificateStampingFee": 10.00,
                  "CertificateInvoiceDate": "2022-04-01",
                  "CertificateTaxableFees": 5.60
                },
                {
                  "CertificateNumber": "CertNum10001",
                  "Insured": {
                    "Name": "Insured Name 2",
                    "Address": {
                      "AddressLine1": "Address line 1",
                      "AddressLine2": "Address line 2",
                      "City": "San Francisco",
                      "StateOrProvince": "CA",
                      "PostalCode": "94111",
                      "Country": "USA"
                    }
                  },
                  "CertificateEffectiveDate": "2021-04-01",
                  "CertificateExpirationDate": "2022-04-01",
                  "CertificatePremium": 250.00,
                  "CertificateStateTax": 5.00,
                  "CertificateStampingFee": 10.00,
                  "CertificateInvoiceDate": "2022-04-01",
                  "CertificateTaxableFees":  6.70
                }
              ],
              "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": 7
            }
          ],
          "SubmissionPolicyId": 62
        }
      ]
    },
    "ReportingState": "??"
  }
}