from enum import Enum class RepaymentScheduleStatus(str, Enum): PARTIALLY_PAID = "partially_paid" REPAID = "repaid"