Class FundAssetDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.assets.AssetDto
es.kukenan.smartfi.microservice.contracts.api.assets.FundAssetDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
- Direct Known Subclasses:
FundAssetDetailDto
This class is use to describe the contact of a Product object.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
isin
Fund asset ISIN. -
effectiveValue
Effective value. -
liquidationValue
Liquid value. -
unityQuantity
Shares count. -
costEffectiveness
Fund profit calculated from its creation.
-
-
Constructor Details
-
FundAssetDto
public FundAssetDto(String id, String name, String isin, AmountDto effectiveValue, AmountDto liquidationValue, Double unityQuantity, Double costEffectiveness) State constructor.- Parameters:
id- fund asset identifier.name- fund asset ISIN name.isin- fund asset ISIN.effectiveValue- effective value.liquidationValue- liquid value.unityQuantity- shares count.costEffectiveness- fund profit calculated from its creation.
-
-
Method Details