java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.domain.entity.reports.IncomeStatementData.Revenues
All Implemented Interfaces:
BiFunction<BigDecimal,BigDecimal,BigDecimal>, BinaryOperator<BigDecimal>, org.cardanofoundation.lob.app.support.calc.Summable
Enclosing class:
IncomeStatementData

@Embeddable public static class IncomeStatementData.Revenues extends Object implements org.cardanofoundation.lob.app.support.calc.Summable
  • Constructor Details

    • Revenues

      public Revenues()
  • Method Details

    • getOtherIncome

      public Optional<BigDecimal> getOtherIncome()
    • getBuildOfLongTermProvision

      public Optional<BigDecimal> getBuildOfLongTermProvision()
    • sumOf

      public BigDecimal sumOf()
      Specified by:
      sumOf in interface org.cardanofoundation.lob.app.support.calc.Summable