taxtank-core 0.30.48 → 0.30.49
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.
|
@@ -31,8 +31,9 @@ export declare class Holding extends AbstractModel {
|
|
|
31
31
|
getGrowthCoefficient(holdingType: HoldingType): number;
|
|
32
32
|
heldMoreYear(): boolean;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* @TODO Artem/Alex looks bad, come up with a better solution
|
|
35
|
+
* get current category, in holding we are interested in 3 main categories: stock/crypto/other
|
|
35
36
|
*/
|
|
36
|
-
|
|
37
|
+
category: HoldingTypeCategoryEnum;
|
|
37
38
|
isSold(): boolean;
|
|
38
39
|
}
|