Asset object
An asset represents an object covered by the insurance contract. Assets will contain object details, the current valid quote, and chosen coverage. Assets are always linked to a policy: the policy’s lifecycle usually directly impacts the asset’s, except that assets each have their own start date so can be active independently. General- startedAt: the date at which the asset becomes or became active
- stoppedAt: the stop date of the asset
- stop: if the asset is stopped, more details about the stop reason
- quote: details about the chosen coverage, and a comprehensive breakdown of taxes, fees, and premiums. See quote for more details.
- policy: link to the policy
- custom fields: a list of product specific attributes. For more details check out custom fields.
Asset statuses
Asset statuses usually change at the same time as policy statuses.There are three distinct ways an asset can leave the picture:
- Remove drops an asset before it has any effect (for instance while the policy is still being prepared).
- Stop ends an asset that was active (
ASSET_STARTED). - Cancel applies to an asset that never started, typically because its policy was cancelled before the start date.

