Search
K
Current Event

nblife.policyissuance.completed

New business life policy issuance has been completed.

type: nblife.policyissuance.completed

family: NB Life Issuance

LOB: LIFE/ANNUITY


Standard Metadata

Common fields present on every event.

FieldTypeDescriptionExample
idGUIDUnique identifier for this eventaafb7bef-ec20-4141-9453-dddc8732f094
correlationidGUIDTrace ID linking related events across systems829e680a-357b-4eae-a732-339c51b50f26
sourceStringSystem that published the eventBPM.NBLife
carrierStringInsurance carrier codeEVGL
specversionStringCloudEvents spec versionV1
typeStringEvent type identifiernblife.policyissuance.completed
datacontenttypeStringPayload formatapplication/json
timeISO TimestampEvent occurrence time2026-01-05T01:58:14.819+00:00

Business Data

Event-specific payload fields carried in the data object.

FieldTypeDescription
idStringZinnia case ID
caseStatusStringCurrent status of the case
createdAtISO DateCase created timestamp
updatedAtISO DateCase last-updated timestamp
processStringBusiness process category
processSubTypeStringSpecific sub-type within the process
applicationSourceStringChannel that originated the transaction
requestContext.productNameStringName of the insurance product
requestContext.productTypeStringProduct type (LIFE or ANNUITY)
requestContext.ownerFirstNameStringPolicy owner first name
requestContext.ownerLastNameStringPolicy owner last name
associatedEntitiesArrayRelated entities — policy URL or exception detail URL

Identifiers

Provided as an array of {identifier, value} objects.

IdentifierDescriptionExample
zlCaseZinnia case identifierCA0000602269
policyNumberPolicy number902AB000010
planCodePlan codeEVGLIA902
eAppIDElectronic application ID (New Business)GUID

Enum Values

  • caseStatus:
    COMPLETED
  • applicationSource:
    Electronic
    Paper
    Email
    Portal
    Agent

Sample Payloads

{
  "id": "30bacd10-cc8e-44ce-b880-4ed52645a50b",
  "correlationid": "a7aef1b2-e072-426b-8181-95c83ebc69b7",
  "source": "BPM.NBLife",
  "carrier": "EVGL",
  "specversion": "V1",
  "type": "nblife.policyissuance.completed",
  "datacontenttype": "application/json",
  "time": "2026-01-05T01:58:14.819+00:00",
  "data": {
    "id": "CA0000600030",
    "process": "New Business",
    "processSubType": "Life",
    "caseStatus": "COMPLETED",
    "createdAt": "2026-01-05T01:58:14.819+00:00",
    "updatedAt": "2026-01-05T01:58:14.819+00:00",
    "applicationSource": "Electronic",
    "associatedEntities": [
      {
        "entityType": "POLICY",
        "entityUrl": "/policy/v1/policies/EVGLFIA01/EV900000"
      }
    ],
    "requestContext": {
      "productName": "Everglade FIA \u2013 7 Year Variant",
      "productType": "ANNUITY",
      "ownerFirstName": "Stephen",
      "ownerLastName": "Anderson"
    }
  },
  "identifiers": [
    {
      "identifier": "zlCase",
      "value": "CA0000600030"
    },
    {
      "identifier": "policyNumber",
      "value": "EV900000"
    },
    {
      "identifier": "planCode",
      "value": "EVGLFIA01"
    }
  ]
}

Built for the Zinnia developer portal. | specVersion: V1 · contentType: application/json