Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/What does "to lifecycle" an asset, as a verb, exactly means?Forum ↗

What does "to lifecycle" an asset, as a verb, exactly means?

App Development3 posts612 views7 likesLast activity Jun 2020
GY
gyorgybalazsiOP
Jun 2020

@georg, I’m reading the DAML Finance Library (FinLib) (and also writing a blog post about some advanced refapps, some of which use it), and there is a concept I’m not sure I fully understand: what does “to lifecycle”, as a verb, mean? I have a general idea about asset life cycles, but I haven’t seen the verb yet. Could you explain that to me? Thanks

GE
georg
Jun 2020

Lifecycling usually refers to handling any type of event during the lifetime of a financial instrument or trade. Examples are coupon payments, bond maturity / redemption, corporate actions, option exercises, barrier hits, which all fall under the activity of “lifecycling”.

Generally, you can differentiate between instrument lifecycling, which refers to updating the reference data associated with a financial instrument, and position lifecycling, which refers to updating a concrete position on an instrument to reflect a lifecycle event.

GY
gyorgybalazsi
Jun 2020

Now it’s clear, thank you!

← Back to Discussions