---
title: "nblife.policyissuance.completed"
description: "New business life policy issuance has been completed."
url: "https://developers.zinnia.com/event-catalog/events/nblife-policyissuance-completed"
image: "https://developers.zinnia.com/_og/d/c_Ocean.takumi,title_nblife.policyissuance.completed,description_New+business+life+policy+issuance+has+been+completed.,props_eyJ0aGVtZSI6eyJtb2RlIjoibGlnaHQiLCJjb2xvcnMiOnsicHJpbWFyeSI6IiNFRjc0MDAifX19,p_Ii9ldmVudC1jYXRhbG9nL2V2ZW50cy9uYmxpZmUtcG9saWN5aXNzdWFuY2UtY29tcGxldGVkIg,s_sVfw1gro9t6WDqom.png"
---

## nblife.policyissuance.completed

New business life policy issuance has been completed.

[Back to Catalog](https://developers.zinnia.com/event-catalog/)

type: nblife.policyissuance.completed

family: NB Life Issuance

LOB: LIFE/ANNUITY

---

## [Standard Metadata](#standard-metadata)

Common fields present on every event.

| Field           | Type          | Description                                    | Example                              |
| :-------------- | :------------ | :--------------------------------------------- | :----------------------------------- |
| id              | GUID          | Unique identifier for this event               | aafb7bef-ec20-4141-9453-dddc8732f094 |
| correlationid   | GUID          | Trace ID linking related events across systems | 829e680a-357b-4eae-a732-339c51b50f26 |
| source          | String        | System that published the event                | BPM.NBLife                           |
| carrier         | String        | Insurance carrier code                         | EVGL                                 |
| specversion     | String        | CloudEvents spec version                       | V1                                   |
| type            | String        | Event type identifier                          | nblife.policyissuance.completed      |
| datacontenttype | String        | Payload format                                 | application/json                     |
| time            | ISO Timestamp | Event occurrence time                          | 2026-01-05T01:58:14.819+00:00        |

---

## [Business Data](#business-data)

Event-specific payload fields carried in the `data` object.

| Field                         | Type     | Description                                           |
| :---------------------------- | :------- | :---------------------------------------------------- |
| id                            | String   | Zinnia case ID                                        |
| caseStatus                    | String   | Current status of the case                            |
| createdAt                     | ISO Date | Case created timestamp                                |
| updatedAt                     | ISO Date | Case last-updated timestamp                           |
| process                       | String   | Business process category                             |
| processSubType                | String   | Specific sub-type within the process                  |
| applicationSource             | String   | Channel that originated the transaction               |
| requestContext.productName    | String   | Name of the insurance product                         |
| requestContext.productType    | String   | Product type (LIFE or ANNUITY)                        |
| requestContext.ownerFirstName | String   | Policy owner first name                               |
| requestContext.ownerLastName  | String   | Policy owner last name                                |
| associatedEntities            | Array    | Related entities — policy URL or exception detail URL |

---

## [Identifiers](#identifiers)

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

| Identifier   | Description                              | Example      |
| :----------- | :--------------------------------------- | :----------- |
| zlCase       | Zinnia case identifier                   | CA0000602269 |
| policyNumber | Policy number                            | 902AB000010  |
| planCode     | Plan code                                | EVGLIA902    |
| eAppID       | Electronic application ID (New Business) | GUID         |

---

## [Enum Values](#enum-values)

-   **caseStatus:**
    
    COMPLETED
-   **applicationSource:**
    
    Electronic
    
    Paper
    
    Email
    
    Portal
    
    Agent

---

## [Sample Payloads](#sample-payloads)

Life

```json
{
  "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