package v2
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class A1(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Product with Serializable
- case class A10(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A10Inverse(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A11(value: Option[BigDecimal]) extends CtBoxIdentifier with CtOptionalBigDecimal with Product with Serializable
- case class A11Inverse(value: Option[BigDecimal]) extends CtBoxIdentifier with CtOptionalBigDecimal with Product with Serializable
- case class A12(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A13(value: Option[BigDecimal]) extends CtBoxIdentifier with CtOptionalBigDecimal with Product with Serializable
- case class A2(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A3(value: Option[BigDecimal]) extends CtBoxIdentifier with CtOptionalBigDecimal with Product with Serializable
- case class A4(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A5(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A6(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A7(value: Option[BigDecimal]) extends CtBoxIdentifier with CtOptionalBigDecimal with Product with Serializable
- case class A8(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A8Inverse(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A9(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class A9Inverse(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Product with Serializable
- case class LP02(loans: Option[List[Loan]]) extends CtBoxIdentifier with CtValue[Option[List[Loan]]] with Input with Product with Serializable
- case class LP03(writeOffs: Option[List[WriteOff]] = None) extends CtBoxIdentifier with CtValue[Option[List[WriteOff]]] with Input with Product with Serializable
- case class LP04(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with Product with Serializable
- case class LPQ01(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
- case class LPQ03(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
- case class LPQ04(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
- case class LPQ05(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
- case class LPQ06(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
- case class LPQ07(value: Option[LocalDate]) extends CtBoxIdentifier with CtOptionalDate with Input with Product with Serializable
- case class LPQ08(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
- case class LPQ09(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
- case class LPQ10(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with Product with Serializable
-
case class
Loan(id: String, name: String, amount: Int, repaid: Boolean = false, lastRepaymentDate: Option[LocalDate] = None, totalAmountRepaid: Option[Int] = None, endDateOfRepaymentAP: Option[LocalDate] = None) extends Product with Serializable
- endDateOfRepaymentAP
: The end date of the accounting period in which the loan repayment was made
- case class WriteOff(loanId: String, amountWrittenOff: Int, dateWrittenOff: LocalDate, endDateOfWriteOffAP: Option[LocalDate] = None) extends Product with Serializable
Value Members
- object A1 extends Linked[LPQ09, A1] with Serializable
- object A10 extends Calculated[A10, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A10Inverse extends Calculated[A10Inverse, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A11 extends Calculated[A11, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A11Inverse extends Calculated[A11Inverse, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A12 extends Calculated[A12, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A13 extends Calculated[A13, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A2 extends Calculated[A2, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A3 extends Calculated[A3, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A4 extends Calculated[A4, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A5 extends Calculated[A5, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A6 extends Calculated[A6, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A7 extends Calculated[A7, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A8 extends Calculated[A8, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A8Inverse extends Calculated[A8Inverse, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A9 extends Calculated[A9, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object A9Inverse extends Calculated[A9Inverse, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable
- object LPQ01 extends Calculated[LPQ01, CT600ABoxRetriever] with LoansToParticipatorsCalculator with Serializable