@etherisc/gif-next 0.0.2-baec8d5-329 → 0.0.2-bafc958-412

Sign up to get free protection for your applications and to get access to all the features.
Files changed (388) hide show
  1. package/README.md +19 -2
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +21 -21
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  5. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
  7. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  8. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  10. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +1 -1
  11. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  12. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +1 -1
  13. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +2 -2
  14. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  15. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
  16. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  17. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +42 -248
  18. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  19. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
  20. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  21. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +0 -222
  22. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  23. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +134 -294
  24. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  25. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +53 -124
  26. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  27. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +0 -37
  28. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  29. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +49 -62
  30. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  31. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1463 -0
  32. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  33. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
  34. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1660 -0
  36. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +410 -0
  38. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  40. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  41. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
  42. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  43. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  44. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  45. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
  48. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  49. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  50. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  51. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  52. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  53. package/artifacts/contracts/instance/Instance.sol/Instance.json +10 -99
  54. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  55. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +71 -71
  56. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  57. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +14 -14
  58. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  59. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +238 -123
  60. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +34 -146
  62. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  63. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +30 -81
  64. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  65. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +215 -219
  66. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  67. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  68. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  69. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  70. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  71. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  72. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
  73. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  74. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  75. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  76. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  77. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  78. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  79. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  80. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  81. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  82. package/artifacts/contracts/mock/Dip.sol/Dip.json +2 -2
  83. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  84. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +32 -238
  85. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  86. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
  87. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  88. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  89. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +0 -37
  90. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  91. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  92. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -222
  93. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  94. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +32 -144
  95. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  96. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +29 -80
  97. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  98. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +12 -284
  99. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  100. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +16 -16
  101. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  102. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +263 -201
  103. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  104. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +82 -97
  105. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  106. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +125 -23
  107. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  108. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +2 -95
  109. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  110. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +220 -100
  111. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  112. package/artifacts/contracts/pool/Pool.sol/Pool.json +2 -280
  113. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  114. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +264 -248
  115. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  116. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +35 -82
  117. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  118. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +31 -162
  119. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  120. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +26 -89
  121. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  122. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +3 -225
  123. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  124. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +2 -2
  125. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  126. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +185 -175
  127. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  128. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +53 -100
  129. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  130. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +5 -0
  131. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  132. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +114 -0
  133. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  134. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +184 -119
  135. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  136. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +43 -43
  137. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  138. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +0 -37
  139. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  140. package/artifacts/contracts/product/{IProductService.sol/IProductService.json → IRiskService.sol/IRiskService.json} +2 -2
  141. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  142. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +242 -321
  143. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  144. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +50 -101
  145. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  146. package/artifacts/contracts/product/PricingService.sol/PricingService.json +113 -265
  147. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  148. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +52 -123
  149. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  150. package/artifacts/contracts/product/Product.sol/Product.json +3 -225
  151. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  152. package/artifacts/contracts/product/RiskService.sol/RiskService.json +583 -0
  153. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  154. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +651 -0
  155. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  156. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  157. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  158. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +221 -21
  159. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  160. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  161. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  162. package/artifacts/contracts/registry/Registry.sol/Registry.json +419 -82
  163. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  164. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +229 -114
  165. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  166. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -130
  167. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  168. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +22 -73
  169. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  170. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
  171. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  172. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +24 -14
  173. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  174. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +6 -6
  175. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  176. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  177. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  178. package/artifacts/contracts/shared/Component.sol/Component.json +0 -211
  179. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  180. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +127 -199
  181. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  182. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +55 -114
  183. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  184. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -112
  185. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  186. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -26
  187. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  188. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +56 -0
  189. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  190. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -37
  191. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  192. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  193. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  194. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  195. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +0 -42
  196. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  198. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  199. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +1 -1
  200. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  201. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  202. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  203. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -222
  204. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  205. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  206. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  207. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
  208. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  209. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +6 -57
  210. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  211. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +4 -136
  212. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  213. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +8 -97
  214. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  215. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  216. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  217. package/artifacts/contracts/shared/Service.sol/Service.json +0 -112
  218. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  219. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +330 -11
  220. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  221. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  222. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  223. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +27 -27
  224. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  225. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
  226. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +73 -93
  227. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  228. package/artifacts/contracts/staking/Staking.sol/Staking.json +85 -262
  229. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  230. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +2 -2
  231. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  232. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +42 -89
  233. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  234. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +6 -6
  235. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  236. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +26 -138
  237. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  238. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +26 -77
  239. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  240. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +89 -84
  241. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  242. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +59 -23
  243. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  244. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  245. package/artifacts/contracts/type/Amount.sol/AmountLib.json +13 -8
  246. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  247. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +2 -2
  248. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  249. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
  250. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  251. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
  252. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  253. package/artifacts/contracts/type/Fee.sol/FeeLib.json +7 -2
  254. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  255. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  256. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  257. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
  258. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  259. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  260. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  261. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +2 -2
  262. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  263. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
  264. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  265. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
  266. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  267. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
  268. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  269. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +60 -4
  270. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  271. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
  272. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  273. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +50 -2
  274. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  275. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  276. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  277. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
  278. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  279. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  280. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +23 -4
  281. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  282. package/artifacts/contracts/type/UFixed.sol/MathLib.json +9 -3
  283. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  284. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +39 -2
  285. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  286. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  287. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  288. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  289. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +14 -65
  290. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  291. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  292. package/contracts/authorization/AccessAdmin.sol +1 -3
  293. package/contracts/authorization/Authorization.sol +0 -1
  294. package/contracts/distribution/BasicDistribution.sol +4 -15
  295. package/contracts/distribution/Distribution.sol +4 -10
  296. package/contracts/distribution/DistributionService.sol +35 -44
  297. package/contracts/distribution/IDistributionService.sol +9 -5
  298. package/contracts/examples/fire/FirePool.sol +76 -0
  299. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  300. package/contracts/examples/fire/FireProduct.sol +316 -0
  301. package/contracts/examples/fire/FireProductAuthorization.sol +16 -0
  302. package/contracts/examples/fire/FireUSD.sol +26 -0
  303. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  304. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  305. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  306. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  307. package/contracts/instance/IInstance.sol +7 -30
  308. package/contracts/instance/Instance.sol +10 -35
  309. package/contracts/instance/InstanceAdmin.sol +23 -4
  310. package/contracts/instance/InstanceAuthorizationV3.sol +3 -3
  311. package/contracts/instance/InstanceReader.sol +32 -7
  312. package/contracts/instance/InstanceService.sol +60 -36
  313. package/contracts/instance/InstanceStore.sol +12 -1
  314. package/contracts/instance/base/ObjectLifecycle.sol +9 -4
  315. package/contracts/instance/module/IBundle.sol +1 -1
  316. package/contracts/instance/module/IComponents.sol +1 -6
  317. package/contracts/instance/module/IDistribution.sol +0 -1
  318. package/contracts/instance/module/IPolicy.sol +22 -22
  319. package/contracts/mock/Dip.sol +1 -1
  320. package/contracts/oracle/Oracle.sol +4 -7
  321. package/contracts/oracle/OracleService.sol +4 -3
  322. package/contracts/pool/BasicPool.sol +7 -5
  323. package/contracts/pool/BasicPoolAuthorization.sol +5 -2
  324. package/contracts/pool/BundleService.sol +138 -42
  325. package/contracts/pool/IBundleService.sol +22 -8
  326. package/contracts/pool/IPoolService.sol +36 -26
  327. package/contracts/pool/Pool.sol +22 -24
  328. package/contracts/pool/PoolService.sol +155 -82
  329. package/contracts/product/ApplicationService.sol +41 -23
  330. package/contracts/product/BasicProduct.sol +3 -32
  331. package/contracts/product/ClaimService.sol +116 -45
  332. package/contracts/product/IApplicationService.sol +1 -0
  333. package/contracts/product/IClaimService.sol +28 -5
  334. package/contracts/product/IPolicyService.sol +27 -32
  335. package/contracts/product/IPricingService.sol +7 -7
  336. package/contracts/product/IProductComponent.sol +0 -1
  337. package/contracts/product/{IProductService.sol → IRiskService.sol} +1 -1
  338. package/contracts/product/PolicyService.sol +280 -182
  339. package/contracts/product/PricingService.sol +44 -43
  340. package/contracts/product/Product.sol +67 -34
  341. package/contracts/product/{ProductService.sol → RiskService.sol} +5 -7
  342. package/contracts/product/{ProductServiceManager.sol → RiskServiceManager.sol} +8 -8
  343. package/contracts/registry/ChainNft.sol +65 -32
  344. package/contracts/registry/IRegistry.sol +49 -15
  345. package/contracts/registry/Registry.sol +321 -195
  346. package/contracts/registry/RegistryAdmin.sol +150 -51
  347. package/contracts/registry/RegistryService.sol +2 -2
  348. package/contracts/registry/ReleaseRegistry.sol +12 -8
  349. package/contracts/registry/ServiceAuthorizationV3.sol +2 -3
  350. package/contracts/shared/Component.sol +17 -29
  351. package/contracts/shared/ComponentService.sol +46 -27
  352. package/contracts/shared/ComponentVerifyingService.sol +1 -1
  353. package/contracts/shared/IComponent.sol +4 -4
  354. package/contracts/shared/IComponentService.sol +5 -9
  355. package/contracts/shared/IInstanceLinkedComponent.sol +8 -15
  356. package/contracts/shared/IPolicyHolder.sol +0 -9
  357. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +3 -3
  358. package/contracts/shared/InstanceLinkedComponent.sol +4 -4
  359. package/contracts/shared/NftOwnable.sol +7 -7
  360. package/contracts/shared/PolicyHolder.sol +7 -53
  361. package/contracts/shared/Registerable.sol +4 -4
  362. package/contracts/shared/RegistryLinked.sol +3 -2
  363. package/contracts/shared/Service.sol +5 -5
  364. package/contracts/shared/TokenHandler.sol +100 -19
  365. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  366. package/contracts/staking/IStaking.sol +2 -1
  367. package/contracts/staking/StakeManagerLib.sol +18 -25
  368. package/contracts/staking/Staking.sol +10 -26
  369. package/contracts/staking/StakingService.sol +10 -14
  370. package/contracts/staking/TargetManagerLib.sol +7 -3
  371. package/contracts/type/Amount.sol +5 -3
  372. package/contracts/type/Blocknumber.sol +7 -1
  373. package/contracts/type/ObjectType.sol +15 -11
  374. package/contracts/type/Referral.sol +1 -0
  375. package/contracts/type/RiskId.sol +15 -1
  376. package/contracts/type/Seconds.sol +21 -1
  377. package/contracts/type/StateId.sol +1 -0
  378. package/contracts/type/Timestamp.sol +11 -1
  379. package/contracts/type/UFixed.sol +29 -10
  380. package/contracts/upgradeability/ProxyManager.sol +1 -1
  381. package/package.json +1 -1
  382. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
  383. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
  384. package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -708
  385. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  386. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -702
  387. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  388. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
@@ -1,26 +1,21 @@
1
1
  // SPDX-License-Identifier: Apache-2.0
2
2
  pragma solidity ^0.8.20;
3
3
 
4
+ import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
5
+
4
6
  import {IRegistry} from "../registry/IRegistry.sol";
5
7
  import {Product} from "./Product.sol";
6
8
  import {IComponents} from "../instance/module/IComponents.sol";
7
- import {IDistributionComponent} from "../distribution/IDistributionComponent.sol";
8
9
  import {IInstance} from "../instance/IInstance.sol";
9
10
  import {IPolicy} from "../instance/module/IPolicy.sol";
10
- import {IPoolComponent} from "../pool/IPoolComponent.sol";
11
- import {IRisk} from "../instance/module/IRisk.sol";
12
- import {IBundle} from "../instance/module/IBundle.sol";
13
11
 
14
12
  import {TokenHandler} from "../shared/TokenHandler.sol";
15
13
 
16
14
  import {Amount, AmountLib} from "../type/Amount.sol";
17
- import {ClaimId, ClaimIdLib} from "../type/ClaimId.sol";
18
15
  import {Timestamp, TimestampLib, zeroTimestamp} from "../type/Timestamp.sol";
19
- import {UFixed, UFixedLib} from "../type/UFixed.sol";
20
16
  import {ObjectType, APPLICATION, COMPONENT, DISTRIBUTION, PRODUCT, POOL, POLICY, BUNDLE, CLAIM, PRICE} from "../type/ObjectType.sol";
21
- import {APPLIED, COLLATERALIZED, ACTIVE, KEEP_STATE, CLOSED, DECLINED, CONFIRMED} from "../type/StateId.sol";
17
+ import {APPLIED, COLLATERALIZED, KEEP_STATE, CLOSED, DECLINED, PAID} from "../type/StateId.sol";
22
18
  import {NftId, NftIdLib} from "../type/NftId.sol";
23
- import {PayoutId, PayoutIdLib} from "../type/PayoutId.sol";
24
19
  import {ReferralId} from "../type/Referral.sol";
25
20
  import {StateId} from "../type/StateId.sol";
26
21
  import {VersionPart} from "../type/Version.sol";
@@ -36,8 +31,6 @@ import {InstanceStore} from "../instance/InstanceStore.sol";
36
31
  import {IPolicyService} from "./IPolicyService.sol";
37
32
  import {IPoolService} from "../pool/IPoolService.sol";
38
33
  import {IPricingService} from "./IPricingService.sol";
39
- import {IService} from "../shared/IService.sol";
40
- import {Service} from "../shared/Service.sol";
41
34
 
42
35
  contract PolicyService is
43
36
  ComponentVerifyingService,
@@ -54,8 +47,6 @@ contract PolicyService is
54
47
  IPoolService internal _poolService;
55
48
  IPricingService internal _pricingService;
56
49
 
57
- event LogProductServiceSender(address sender);
58
-
59
50
  function _initialize(
60
51
  address owner,
61
52
  bytes memory data
@@ -70,7 +61,7 @@ contract PolicyService is
70
61
  address authority
71
62
  ) = abi.decode(data, (address, address, address));
72
63
 
73
- initializeService(registryAddress, authority, owner);
64
+ _initializeService(registryAddress, authority, owner);
74
65
 
75
66
  VersionPart majorVersion = getVersion().toMajorPart();
76
67
  _applicationService = IApplicationService(getRegistry().getServiceAddress(APPLICATION(), majorVersion));
@@ -81,32 +72,46 @@ contract PolicyService is
81
72
  _distributionService = IDistributionService(getRegistry().getServiceAddress(DISTRIBUTION(), majorVersion));
82
73
  _pricingService = IPricingService(getRegistry().getServiceAddress(PRICE(), majorVersion));
83
74
 
84
- registerInterface(type(IPolicyService).interfaceId);
85
- }
86
-
87
-
88
- function _getAndVerifyInstanceAndProduct() internal view returns (Product product) {
89
- IRegistry.ObjectInfo memory productInfo;
90
- (, productInfo,) = _getAndVerifyActiveComponent(PRODUCT());
91
- product = Product(productInfo.objectAddress);
75
+ _registerInterface(type(IPolicyService).interfaceId);
92
76
  }
93
77
 
94
78
 
95
79
  function decline(
96
- NftId policyNftId
80
+ NftId applicationNftId // = policyNftId
97
81
  )
98
82
  external
99
- override
83
+ virtual override
100
84
  {
101
- revert();
85
+ (NftId productNftId,, IInstance instance) = _getAndVerifyActiveComponent(PRODUCT());
86
+ InstanceReader instanceReader = instance.getInstanceReader();
87
+
88
+ // check policy is in state applied
89
+ if (instanceReader.getPolicyState(applicationNftId) != APPLIED()) {
90
+ revert ErrorPolicyServicePolicyStateNotApplied(applicationNftId);
91
+ }
92
+
93
+ // check policy matches with calling product
94
+ IPolicy.PolicyInfo memory applicationInfo = instanceReader.getPolicyInfo(applicationNftId);
95
+ if(applicationInfo.productNftId != productNftId) {
96
+ revert ErrorPolicyServicePolicyProductMismatch(
97
+ applicationNftId,
98
+ applicationInfo.productNftId,
99
+ productNftId);
100
+ }
101
+
102
+
103
+ // store updated policy info
104
+ instance.getInstanceStore().updatePolicyState(
105
+ applicationNftId,
106
+ DECLINED());
107
+
108
+ emit LogPolicyServicePolicyDeclined(applicationNftId);
102
109
  }
103
110
 
104
- event LogDebug(uint idx, string message);
105
111
 
106
- /// @dev underwites application which includes the locking of the required collateral from the pool.
107
- function collateralize(
112
+ /// @inheritdoc IPolicyService
113
+ function createPolicy(
108
114
  NftId applicationNftId, // = policyNftId
109
- bool requirePremiumPayment,
110
115
  Timestamp activateAt
111
116
  )
112
117
  external
@@ -130,13 +135,8 @@ contract PolicyService is
130
135
  productNftId);
131
136
  }
132
137
 
133
- StateId newPolicyState = COLLATERALIZED();
134
-
135
138
  // actual collateralizaion
136
- (
137
- Amount localCollateralAmount,
138
- Amount totalCollateralAmount
139
- ) = _poolService.lockCollateral(
139
+ _poolService.lockCollateral(
140
140
  instance,
141
141
  address(instanceReader.getComponentInfo(productNftId).token),
142
142
  productNftId,
@@ -146,33 +146,49 @@ contract PolicyService is
146
146
 
147
147
  // optional activation of policy
148
148
  if(activateAt > zeroTimestamp()) {
149
- newPolicyState = ACTIVE();
150
- applicationInfo.activatedAt = activateAt;
151
- applicationInfo.expiredAt = activateAt.addSeconds(applicationInfo.lifetime);
152
- }
153
-
154
- // optional collection of premium
155
- if(requirePremiumPayment) {
156
- Amount premiumPaidAmount = _calculateAndCollectPremium(
157
- instance,
158
- applicationNftId,
159
- applicationInfo);
160
-
161
- applicationInfo.premiumPaidAmount = premiumPaidAmount;
149
+ applicationInfo = _activate(
150
+ applicationNftId,
151
+ applicationInfo,
152
+ activateAt);
162
153
  }
163
154
 
164
- // store updated policy info
155
+ // update policy and set state to collateralized
165
156
  instance.getInstanceStore().updatePolicy(
166
157
  applicationNftId,
167
158
  applicationInfo,
168
- newPolicyState);
159
+ COLLATERALIZED());
169
160
 
161
+ // calculate and store premium
162
+ IPolicy.PremiumInfo memory premium = _pricingService.calculatePremium(
163
+ productNftId,
164
+ applicationInfo.riskId,
165
+ applicationInfo.sumInsuredAmount,
166
+ applicationInfo.lifetime,
167
+ applicationInfo.applicationData,
168
+ applicationInfo.bundleNftId,
169
+ applicationInfo.referralId);
170
+
171
+ instance.getInstanceStore().createPremium(
172
+ applicationNftId,
173
+ premium);
174
+
175
+ // update referral counter
176
+ {
177
+ IComponents.ProductInfo memory productInfo = instanceReader.getProductInfo(productNftId);
178
+ _distributionService.processReferral(
179
+ productInfo.distributionNftId,
180
+ applicationInfo.referralId);
181
+ }
182
+
170
183
  // TODO add calling pool contract if it needs to validate application
171
184
 
172
185
  // TODO: add logging
186
+
187
+ // TODO: add callback IPolicyHolder.policyActivated() if applicable
173
188
  }
174
189
 
175
190
 
191
+ /// @inheritdoc IPolicyService
176
192
  function collectPremium(
177
193
  NftId policyNftId,
178
194
  Timestamp activateAt
@@ -186,61 +202,110 @@ contract PolicyService is
186
202
  StateId stateId = instanceReader.getPolicyState(policyNftId);
187
203
 
188
204
  // check policy is in state collateralized or active
189
- if (!(stateId == COLLATERALIZED() || stateId == ACTIVE())) {
190
- revert ErrorPolicyServicePolicyStateNotCollateralizedOrApplied(policyNftId);
205
+ if (!(stateId == COLLATERALIZED())) {
206
+ revert ErrorPolicyServicePolicyStateNotCollateralized(policyNftId);
191
207
  }
192
208
 
193
- IPolicy.PolicyInfo memory policyInfo = instanceReader.getPolicyInfo(policyNftId);
194
-
195
209
  // check if premium is already collected
196
- if (policyInfo.premiumPaidAmount.gtz()) {
197
- revert ErrorPolicyServicePremiumAlreadyPaid(policyNftId, policyInfo.premiumPaidAmount);
210
+ if (instanceReader.getPremiumInfoState(policyNftId) == PAID()) {
211
+ revert ErrorPolicyServicePremiumAlreadyPaid(policyNftId);
198
212
  }
199
213
 
200
- policyInfo.premiumPaidAmount = _calculateAndCollectPremium(
201
- instance,
202
- policyNftId,
203
- policyInfo);
204
-
205
- instance.getInstanceStore().updatePolicy(policyNftId, policyInfo, KEEP_STATE());
214
+ IPolicy.PolicyInfo memory policyInfo = instanceReader.getPolicyInfo(policyNftId);
215
+ IPolicy.PremiumInfo memory premium = instanceReader.getPremiumInfo(policyNftId);
216
+
217
+ _processPremium(
218
+ instance,
219
+ policyNftId,
220
+ policyInfo,
221
+ premium);
206
222
 
207
- if(activateAt.gtz() && policyInfo.activatedAt.eqz()) {
208
- activate(policyNftId, activateAt);
223
+ // optionally activate policy
224
+ if(activateAt.gtz()) {
225
+ policyInfo = _activate(policyNftId, policyInfo, activateAt);
209
226
  }
210
227
 
228
+ instance.getInstanceStore().updatePolicy(policyNftId, policyInfo, KEEP_STATE());
229
+ instance.getInstanceStore().updatePremiumState(policyNftId, PAID());
230
+
211
231
  // TODO: add logging
232
+
233
+ _transferFunds(instanceReader, policyNftId, policyInfo.productNftId, premium);
234
+
235
+ // TODO: add callback IPolicyHolder.policyActivated() if applicable
212
236
  }
213
237
 
238
+ /// @inheritdoc IPolicyService
214
239
  function activate(NftId policyNftId, Timestamp activateAt) public override {
215
240
  // check caller is registered product
216
241
  (,, IInstance instance) = _getAndVerifyActiveComponent(PRODUCT());
217
242
  InstanceReader instanceReader = instance.getInstanceReader();
218
243
 
219
244
  IPolicy.PolicyInfo memory policyInfo = instanceReader.getPolicyInfo(policyNftId);
245
+ policyInfo = _activate(policyNftId, policyInfo, activateAt);
220
246
 
221
- require(
222
- policyInfo.activatedAt.eqz(),
223
- "ERROR:PRS-020:ALREADY_ACTIVATED");
224
-
225
- policyInfo.activatedAt = activateAt;
226
- policyInfo.expiredAt = activateAt.addSeconds(policyInfo.lifetime);
227
-
228
- instance.getInstanceStore().updatePolicy(policyNftId, policyInfo, ACTIVE());
247
+ instance.getInstanceStore().updatePolicy(policyNftId, policyInfo, KEEP_STATE());
229
248
 
230
249
  // TODO: add logging
250
+
251
+ // TODO: add callback IPolicyHolder.policyActivated() if applicable
231
252
  }
232
253
 
233
254
 
255
+ /// @inheritdoc IPolicyService
234
256
  function expire(
235
- NftId policyNftId
257
+ NftId policyNftId,
258
+ Timestamp expireAt
236
259
  )
237
260
  external
238
261
  override
239
- // solhint-disable-next-line no-empty-blocks
262
+ virtual
263
+ returns (Timestamp expiredAt)
240
264
  {
241
-
265
+ (NftId productNftId,, IInstance instance) = _getAndVerifyActiveComponent(PRODUCT());
266
+ InstanceReader instanceReader = instance.getInstanceReader();
267
+
268
+ // check policy matches with calling product
269
+ IPolicy.PolicyInfo memory policyInfo = instanceReader.getPolicyInfo(policyNftId);
270
+ if(policyInfo.productNftId != productNftId) {
271
+ revert ErrorPolicyServicePolicyProductMismatch(
272
+ policyNftId,
273
+ policyInfo.productNftId,
274
+ productNftId);
275
+ }
276
+
277
+ // check policy is active
278
+ StateId policyState = instanceReader.getPolicyState(policyNftId);
279
+ if (!_policyHasBeenActivated(policyState, policyInfo)) {
280
+ revert ErrorPolicyServicePolicyNotActive(policyNftId, policyState);
281
+ }
282
+
283
+ // set return value to provided timestamp
284
+ expiredAt = expireAt;
285
+
286
+ // update expiredAt to current block timestamp if not set
287
+ if (expiredAt.eqz()) {
288
+ expiredAt = TimestampLib.blockTimestamp();
289
+ }
290
+
291
+ // check expiredAt represents a valid expiry time
292
+ if (expiredAt >= policyInfo.expiredAt) {
293
+ revert ErrorPolicyServicePolicyExpirationTooLate(policyNftId, policyInfo.expiredAt, expireAt);
294
+ }
295
+ if (expiredAt < TimestampLib.blockTimestamp()) {
296
+ revert ErrorPolicyServicePolicyExpirationTooEarly(policyNftId, TimestampLib.blockTimestamp(), expireAt);
297
+ }
298
+
299
+ // update policyInfo with new expiredAt timestamp
300
+ policyInfo.expiredAt = expiredAt;
301
+ instance.getInstanceStore().updatePolicy(policyNftId, policyInfo, KEEP_STATE());
302
+
303
+ emit LogPolicyServicePolicyExpirationUpdated(policyNftId, expiredAt);
304
+
305
+ // TODO: add callback IPolicyHolder.policyExpired() if applicable
242
306
  }
243
307
 
308
+
244
309
  function close(
245
310
  NftId policyNftId
246
311
  )
@@ -250,163 +315,120 @@ contract PolicyService is
250
315
  (,, IInstance instance) = _getAndVerifyActiveComponent(PRODUCT());
251
316
  InstanceReader instanceReader = instance.getInstanceReader();
252
317
 
318
+ // check that policy has been activated
253
319
  IPolicy.PolicyInfo memory policyInfo = instanceReader.getPolicyInfo(policyNftId);
254
-
255
- if (policyInfo.activatedAt.eqz()) {
256
- revert ErrorIPolicyServicePolicyNotActivated(policyNftId);
257
- }
258
-
259
- StateId state = instanceReader.getPolicyState(policyNftId);
260
- if (state != ACTIVE()) {
261
- revert ErrorIPolicyServicePolicyNotActive(policyNftId, state);
320
+ StateId policyState = instanceReader.getPolicyState(policyNftId);
321
+ if (!_policyHasBeenActivated(policyState, policyInfo)) {
322
+ revert ErrorPolicyServicePolicyNotActive(policyNftId, policyState);
262
323
  }
263
324
 
325
+ // check that policy has not already been closed
264
326
  if (policyInfo.closedAt.gtz()) {
265
- revert ErrorIPolicyServicePolicyAlreadyClosed(policyNftId);
266
- }
267
-
268
- // TODO consider to allow for underpaid premiums (with the effects of reducing max payouts accordingly)
269
- if (!(policyInfo.premiumAmount == policyInfo.premiumPaidAmount)) {
270
- revert ErrorPolicyServicePremiumNotFullyPaid(policyNftId, policyInfo.premiumAmount, policyInfo.premiumPaidAmount);
327
+ revert ErrorPolicyServicePolicyAlreadyClosed(policyNftId);
271
328
  }
272
329
 
330
+ // check that policy does not have any open claims
273
331
  if (policyInfo.openClaimsCount > 0) {
274
- revert ErrorIPolicyServiceOpenClaims(policyNftId, policyInfo.openClaimsCount);
332
+ revert ErrorPolicyServiceOpenClaims(policyNftId, policyInfo.openClaimsCount);
275
333
  }
276
334
 
277
- policyInfo.closedAt = TimestampLib.blockTimestamp();
335
+ // TODO consider to allow for underpaid premiums (with the effects of reducing max payouts accordingly)
336
+ // TODO consider to remove requirement for fully paid premiums altogether
337
+ if (! instanceReader.getPremiumInfoState(policyNftId).eq(PAID())) {
338
+ revert ErrorPolicyServicePremiumNotPaid(policyNftId, policyInfo.premiumAmount);
339
+ }
278
340
 
341
+ // release (remaining) collateral that was blocked by policy
279
342
  _poolService.releaseCollateral(
280
343
  instance,
281
344
  address(instanceReader.getComponentInfo(policyInfo.productNftId).token),
282
345
  policyNftId,
283
346
  policyInfo);
284
347
 
348
+ // TODO consider to also set expiredAt to current block timestamp if that timestamp is still in the futue
349
+
350
+ // update policy state to closed
351
+ policyInfo.closedAt = TimestampLib.blockTimestamp();
285
352
  instance.getInstanceStore().updatePolicy(policyNftId, policyInfo, CLOSED());
353
+
354
+ // TODO add logging
286
355
  }
287
356
 
288
357
 
289
- function _calculateAndCollectPremium(
358
+ /// @dev calculates the premium and updates all counters in the other services
359
+ function _processPremium(
290
360
  IInstance instance,
291
361
  NftId applicationNftId,
292
- IPolicy.PolicyInfo memory applicationInfo
362
+ IPolicy.PolicyInfo memory applicationInfo,
363
+ IPolicy.PremiumInfo memory premium
293
364
  )
294
365
  internal
295
366
  virtual
296
- returns (
297
- Amount premiumPaidAmount
298
- )
299
367
  {
300
368
  NftId productNftId = applicationInfo.productNftId;
301
-
302
- // calculate premium details
303
- IPolicy.Premium memory premium = _pricingService.calculatePremium(
304
- productNftId,
305
- applicationInfo.riskId,
306
- applicationInfo.sumInsuredAmount,
307
- applicationInfo.lifetime,
308
- applicationInfo.applicationData,
309
- applicationInfo.bundleNftId,
310
- applicationInfo.referralId);
311
-
312
-
313
- // update financials and transfer premium tokens
314
- premiumPaidAmount = _processAndCollect(
315
- instance,
316
- productNftId,
317
- applicationNftId,
318
- applicationInfo.premiumAmount,
319
- applicationInfo.bundleNftId,
320
- applicationInfo.referralId,
321
- premium);
322
- }
323
-
324
-
325
- function _processAndCollect(
326
- IInstance instance,
327
- NftId productNftId,
328
- NftId policyNftId,
329
- Amount premiumExpectedAmount,
330
- NftId bundleNftId,
331
- ReferralId referralId,
332
- IPolicy.Premium memory premium
333
- )
334
- internal
335
- virtual
336
- returns (Amount premiumPaidAmount)
337
- {
338
369
  InstanceReader instanceReader = instance.getInstanceReader();
339
- TokenHandler tokenHandler = instanceReader.getComponentInfo(productNftId).tokenHandler;
340
- address policyHolder = getRegistry().ownerOf(policyNftId);
341
- premiumPaidAmount = AmountLib.toAmount(premium.premiumAmount);
342
370
 
343
- _checkPremiumBalanceAndAllowance(
344
- tokenHandler,
345
- policyHolder,
346
- premiumExpectedAmount,
347
- premiumPaidAmount);
371
+ // check if premium balance and allowance of policy holder is sufficient
372
+ {
373
+ TokenHandler tokenHandler = _getTokenHandler(instanceReader, productNftId);
374
+ address policyHolder = getRegistry().ownerOf(applicationNftId);
375
+
376
+ _checkPremiumBalanceAndAllowance(
377
+ tokenHandler.getToken(),
378
+ address(tokenHandler),
379
+ policyHolder,
380
+ premium.premiumAmount);
381
+ }
348
382
 
349
- _processSaleAndTransferFunds(
383
+ // update the counters
384
+ _processSale(
350
385
  instanceReader,
351
386
  instance.getInstanceStore(),
352
- tokenHandler,
353
- policyHolder,
354
387
  productNftId,
355
- bundleNftId,
356
- referralId,
388
+ applicationInfo.bundleNftId,
389
+ applicationInfo.referralId,
357
390
  premium);
358
391
  }
359
392
 
360
-
361
- function _checkPremiumBalanceAndAllowance(
362
- TokenHandler tokenHandler,
363
- address policyHolder,
364
- Amount premiumExpectedAmount,
365
- Amount premiumPaidAmount
393
+ function _activate(
394
+ NftId policyNftId,
395
+ IPolicy.PolicyInfo memory policyInfo,
396
+ Timestamp activateAt
366
397
  )
367
398
  internal
368
399
  virtual
369
- view
400
+ view
401
+ returns (IPolicy.PolicyInfo memory)
370
402
  {
371
- // TODO decide how to handle this properly
372
- // not clear if this is the best way to handle this
373
- if (premiumExpectedAmount < premiumPaidAmount) {
374
- revert ErrorPolicyServicePremiumHigherThanExpected(premiumExpectedAmount, premiumPaidAmount);
403
+ // fail if policy has already been activated and activateAt is different
404
+ if(! policyInfo.activatedAt.eqz() && activateAt != policyInfo.activatedAt) {
405
+ revert ErrorPolicyServicePolicyAlreadyActivated(policyNftId);
375
406
  }
376
407
 
377
- uint256 premiumAmount = premiumPaidAmount.toInt();
378
- uint256 balance = tokenHandler.getToken().balanceOf(policyHolder);
379
- uint256 allowance = tokenHandler.getToken().allowance(policyHolder, address(tokenHandler));
380
-
381
- if (balance < premiumAmount) {
382
- revert ErrorPolicyServiceBalanceInsufficient(policyHolder, premiumAmount, balance);
408
+ // ignore if policy has already been activated and activateAt is the same
409
+ if (policyInfo.activatedAt == activateAt) {
410
+ return policyInfo;
383
411
  }
384
412
 
385
- if (allowance < premiumAmount) {
386
- revert ErrorPolicyServiceAllowanceInsufficient(policyHolder, address(tokenHandler), premiumAmount, allowance);
387
- }
388
- }
413
+ policyInfo.activatedAt = activateAt;
414
+ policyInfo.expiredAt = activateAt.addSeconds(policyInfo.lifetime);
389
415
 
416
+ return policyInfo;
417
+ }
390
418
 
391
- function _processSaleAndTransferFunds(
419
+ /// @dev update counters by calling the involved services
420
+ function _processSale(
392
421
  InstanceReader instanceReader,
393
422
  InstanceStore instanceStore,
394
- TokenHandler tokenHandler,
395
- address policyHolder,
396
423
  NftId productNftId,
397
424
  NftId bundleNftId,
398
425
  ReferralId referralId,
399
- IPolicy.Premium memory premium
426
+ IPolicy.PremiumInfo memory premium
400
427
  )
401
428
  internal
402
429
  virtual
403
430
  {
404
- (
405
- NftId distributionNftId,
406
- address distributionWallet,
407
- address poolWallet,
408
- address productWallet
409
- ) = _getDistributionNftAndWallets(
431
+ (NftId distributionNftId, , , ) = _getDistributionNftAndWallets(
410
432
  instanceReader,
411
433
  productNftId);
412
434
 
@@ -414,7 +436,7 @@ contract PolicyService is
414
436
  _componentService.increaseProductFees(
415
437
  instanceStore,
416
438
  productNftId,
417
- AmountLib.toAmount(premium.productFeeVarAmount + premium.productFeeFixAmount));
439
+ premium.productFeeVarAmount + premium.productFeeFixAmount);
418
440
 
419
441
  // update distribution fees and distributor commission and pool fees
420
442
  _distributionService.processSale(
@@ -426,15 +448,84 @@ contract PolicyService is
426
448
  _poolService.processSale(
427
449
  bundleNftId,
428
450
  premium);
451
+ }
452
+
453
+
454
+ /// @dev transfer the premium to the wallets the premium is distributed to
455
+ function _transferFunds(
456
+ InstanceReader instanceReader,
457
+ NftId policyNftId,
458
+ NftId productNftId,
459
+ IPolicy.PremiumInfo memory premium
460
+ )
461
+ internal
462
+ virtual
463
+ {
464
+ TokenHandler tokenHandler = _getTokenHandler(instanceReader, productNftId);
465
+ address policyHolder = getRegistry().ownerOf(policyNftId);
466
+
467
+ (
468
+ ,
469
+ address distributionWallet,
470
+ address poolWallet,
471
+ address productWallet
472
+ ) = _getDistributionNftAndWallets(
473
+ instanceReader,
474
+ productNftId);
475
+
476
+ tokenHandler.collectTokensToThreeRecipients(
477
+ policyHolder,
478
+ productWallet,
479
+ premium.productFeeAmount,
480
+ distributionWallet,
481
+ premium.distributionFeeAndCommissionAmount,
482
+ poolWallet,
483
+ premium.poolPremiumAndFeeAmount);
484
+ }
429
485
 
430
- // transfer premium amounts to target wallets
431
- tokenHandler.transfer(policyHolder, productWallet, premium.productFeeAmount);
432
- tokenHandler.transfer(policyHolder, distributionWallet, premium.distributionFeeAndCommissionAmount);
433
- tokenHandler.transfer(policyHolder, poolWallet, premium.poolPremiumAndFeeAmount);
486
+
487
+ /// @dev checks that policy has been collateralized and has been activated.
488
+ /// does not check if policy has been expired or closed.
489
+ function _policyHasBeenActivated(
490
+ StateId policyState,
491
+ IPolicy.PolicyInfo memory policyInfo
492
+ )
493
+ internal
494
+ view
495
+ returns (bool)
496
+ {
497
+ if (policyState != COLLATERALIZED()) { return false; }
498
+ if (TimestampLib.blockTimestamp() < policyInfo.activatedAt) { return false; }
499
+ return true;
500
+ }
501
+
502
+
503
+ /// @dev checks the balance and allowance of the policy holder
504
+ function _checkPremiumBalanceAndAllowance(
505
+ IERC20Metadata token,
506
+ address tokenHandlerAddress,
507
+ address policyHolder,
508
+ Amount premiumAmount
509
+ )
510
+ internal
511
+ virtual
512
+ view
513
+ {
514
+ uint256 premium = premiumAmount.toInt();
515
+ uint256 balance = token.balanceOf(policyHolder);
516
+ uint256 allowance = token.allowance(policyHolder, tokenHandlerAddress);
517
+
518
+ if (balance < premium) {
519
+ revert ErrorPolicyServiceBalanceInsufficient(policyHolder, premium, balance);
520
+ }
521
+
522
+ if (allowance < premium) {
523
+ revert ErrorPolicyServiceAllowanceInsufficient(policyHolder, tokenHandlerAddress, premium, allowance);
524
+ }
434
525
  }
435
526
 
436
527
 
437
- function _getTokenHandlerAndProductWallet(
528
+ function _getTokenHandler(
438
529
  InstanceReader instanceReader,
439
530
  NftId productNftId
440
531
  )
@@ -469,6 +560,13 @@ contract PolicyService is
469
560
  }
470
561
 
471
562
 
563
+ function _getAndVerifyInstanceAndProduct() internal view returns (Product product) {
564
+ IRegistry.ObjectInfo memory productInfo;
565
+ (, productInfo,) = _getAndVerifyActiveComponent(PRODUCT());
566
+ product = Product(productInfo.objectAddress);
567
+ }
568
+
569
+
472
570
  function _getDomain() internal pure override returns(ObjectType) {
473
571
  return POLICY();
474
572
  }