Asset Modeling in DAML (Tutorial-7 Deep Dive Part 1)
Announcements4 posts411 views10 likesLast activity Feb 2021
AN
anthonyOP
Feb 2021We got a new article from @kctam!
In this tutorial we see a more comprehensive and well-structured setup for an asset type.
- The asset requires authority from both issuer and owner (as signatory).
- A role contract (asset holder) exists for each asset owner, facilitating some handling some operations on the assets.
- The asset is fungible.
- The asset is transferable.
- The asset is tradeable, where trading here is an atomic transaction of assets between two parties.
Read the full article here:

Asset Modeling in DAML (Tutorial-7 Deep Dive Part 1)
Overview
Reading time: 10 min read
AN
andreolf
Feb 2021Well done @kctam!
KC
kctam
Feb 2021GE
georg
Feb 2021Hi @kctam really great tutorial, and I was just about to point you to our Finance Library. There we’ve gone one step further and also looked at how servicing / lifecycling of assets could be done in an asset-agnostic way. See the Asset Servicing demo app for how it comes to life. Let me know any questions / comments, I’m always keen to discuss these topics!