<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/FinanceStore/Changes",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit0A5StoreC7ChangesV"
  },
  "title" : "FinanceStore.Changes"
}
-->

# FinanceStore.Changes

A structure that records changes to the finance store.

```
struct Changes<Model> where Model : Identifiable
```

## Topics

### Instance Properties

[`let deleted: [Model.ID]`](/documentation/FinanceKit/FinanceStore/Changes/deleted)

An array of model objects identifiers that the framework deleted from the finance store.

[`let inserted: [Model]`](/documentation/FinanceKit/FinanceStore/Changes/inserted)

An array of model objects the framework inserted into the finance store.

[`let newToken: FinanceStore.HistoryToken`](/documentation/FinanceKit/FinanceStore/Changes/newToken)

An updated history token that you can use to query more historical data.

[`let updated: [Model]`](/documentation/FinanceKit/FinanceStore/Changes/updated)

An array of model objects that the framework updated in the finance store.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)