---
sourceDocument: Yokohama Financial Services Operations
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/financial-services-operations

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Financial Services Operations

ft:clusterId :

    - finso

bundleId :

    - finso

workflow :

    - Customer and Industry


---

# Policy snapshots in Insurance claims

# Policy snapshots in Insurance claims {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Learn how a claim in the Insurance claims application is driven by the policy snapshot throughout its life cycle. The Policy Snapshot table stores a copy of an insurance policy that can be used in a claims case.

When a claim is created, the system by default copies the latest insurance policy, generates the policy snapshot, and attaches it to the claim. This process provides a copy of the latest insurance policy data that the claim can
use (for example, in the claims summary workspace).

You can also modify the base logic for policy snapshot generation to copy the policy that was active on a specific incident date. For example, if a claim is being created for an incident that occurred four months ago, the policy
that was applicable four months ago can be copied and attached as a policy snapshot to the claim.

The PolicySnapshotGenerator script include in your instance contains the code that is responsible for generating a copy of the latest insurance policy. You can use this code as-is if you're creating a claim that is based on the
latest insurance policy, assuming that the latest insurance policy is already present in the Financial Services Operations tables. You should modify this script to retrieve specific policies, integrate with external systems, and so on.

When setting up the Insurance claims application, review the PolicySnapshotGenerator script include to ensure that you're retrieving the correct policy for your claims.
**Related concepts**   

* [Insurance policies in Insurance claims](https://www.servicenow.com/docs/KBc2B9w7YP_HJu4Dxx_a1Q "In Financial Services Operations, the Insurance Policy (sn_bom_ins_policy) table is the base table for all insurance policies. Whenever a new type of policy is introduced in Insurance claims, you create a dedicated table for that insurance policy type.")  
**Related reference**   

* [Insurance Claims Core tables](https://www.servicenow.com/docs/jQMEfWsOTpkZ9DfIcektJw "This section explains the insurance tables in Insurance Claims Core and how they handle insurance data.")

