Module aster.finance.loan.

Define LoanApplication has applicantId as Text, amount as Double.

Define LoanDecision has approved as Text, reason as Text.

Rule test given x as Text, produce Unknown:
  Return false.
