diff --git a/src/mappings/services/assetService.ts b/src/mappings/services/assetService.ts index a7cb083f..2b2b58f7 100644 --- a/src/mappings/services/assetService.ts +++ b/src/mappings/services/assetService.ts @@ -45,7 +45,6 @@ export class AssetService extends Asset { asset.presentValue = BigInt(0) asset.outstandingQuantity = BigInt(0) asset.currentPrice = BigInt(0) - asset.periodPrice = BigInt(0) asset.notional = BigInt(0) asset.writeOffPercentage = BigInt(0) asset.totalBorrowed = BigInt(0)