# 0607 Niall 主要討論資料整理 Use Git Repo's data. Also need to check model https://github.com/accordproject/models If we need to classifify. Need find highest level of the contract. Optional is might not be present https://github.com/accordproject/models/blob/master/src/finance/bond%400.2.0.cto These model are use for contract and clause. https://github.com/legalschema/schemas/blob/main/src/companies_house/company_details.cto Try to get an example from party. but this is old exmaple If matching, I don't have cto file, try to guessing the date problem: ``` 02/03/2021 UK is 3/2 US might be 2/3 ``` https://models.accordproject.org/geo.html Have Countries Tracking the dlivery. supply chain need geo. For Training, need to have a map to all model. 直接 clone 下來即可 BLockchain use Web Assemibly, too. Not run on public eth, just monitor the event from the chain. the result is back on chain. WESM is difficult. Some is in folder, some is just a cto file https://github.com/accordproject/models/blob/master/src/money%400.2.0.cto The Convert Currency Rate is from Oracle. Syntax: ``` asset FullPaymentUponSignatureContract extends Contract { --> Party buyer --> Party seller o MonetaryAmount amount } ``` `-->` is pointer to other class `o` is like claim a variable. Next example: https://templates.accordproject.org/interest-rate-swap@0.8.0.html The org Different in US and UK https://github.com/accordproject/models/blob/master/src/organization.cto#L17 Put on issue. https://templates.accordproject.org/copyright-license@0.16.0.html Why monetaryAmount no arrow? but Party have? Interesting question. Because https://docs.accordproject.org/docs/model-relationships.html Plan: 2. put into a queryable database., like, a graph database, relational database 1. Before building, understanding the big picture. LIke the diagram. Miro work well. Then we can check the relation first. Some template is old, not good for reference. Next: monday. 問題:資料會不會不夠?訓練 AI 模型可能不足,練基礎標記還行