createdAt = new \DateTimeImmutable(); $this->loanProvider = new NullSupplier(); $this->start = new \DateTime(); $this->end = $this->start->modify('+1 year'); $this->nominalBorrowingRate = new FloatInt(); $this->interestRateAfterDuration = new FloatInt(); } }