java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.AssetEntity
All Implemented Interfaces:
Serializable

@Entity public class AssetEntity extends Object implements Serializable
DAO for asset entity table in Database.
See Also:
  • Field Details

    • id

      private String id
      Id.
    • name

      private String name
      Name of asset entity.
    • isin

      private String isin
      Isin.
    • market

      private String market
      Market.
    • unityQuantity

      private BigDecimal unityQuantity
      Unity Quantity.
    • lastTotalValue

      private BigDecimal lastTotalValue
      Last total value.
    • lastValueDate

      private LocalDateTime lastValueDate
      Last value date.
    • totalValue

      private BigDecimal totalValue
      Total value.
    • blockedTitles

      private Integer blockedTitles
      Blocked Titles.
  • Constructor Details

    • AssetEntity

      public AssetEntity()