@sonarwatch/portfolio-core 0.14.197 → 0.14.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @sonarwatch/portfolio-core
2
-
3
- This library is @sonarwatch/portfolio-core
1
+ # @sonarwatch/portfolio-core
2
+
3
+ This library is @sonarwatch/portfolio-core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.14.197",
3
+ "version": "0.14.199",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
@@ -262,6 +262,8 @@ export type IsoLevPosition = {
262
262
  tp?: number;
263
263
  sl?: number;
264
264
  value: UsdValue;
265
+ ref?: string;
266
+ sourceRefs?: SourceRef[];
265
267
  };
266
268
  export type CrossLevPosition = Omit<IsoLevPosition, 'collateralValue'>;
267
269
  /**