Add LoanBrokerCoverDeposit transaction

- Untested. Will need Withdraw to do a good test.
This commit is contained in:
Ed Hennis
2025-04-15 15:16:22 -04:00
parent fc66227f69
commit ffbc068dc8
4 changed files with 200 additions and 3 deletions

View File

@@ -554,17 +554,17 @@ TRANSACTION(ttLOAN_BROKER_DELETE, 75, LoanBrokerDelete,
{sfLoanBrokerID, soeREQUIRED},
}))
#if 0
/** This transaction deposits First Loss Capital into a Loan Broker */
TRANSACTION(ttLOAN_BROKER_COVER_DEPOSIT, 76, LoanBrokerCoverDeposit, noPriv, ({
{sfLoanBrokerID, soeREQUIRED},
{sfNumber, soeREQUIRED},
{sfAmount, soeREQUIRED},
}))
#if 0
/** This transaction withdraws First Loss Capital from a Loan Broker */
TRANSACTION(ttLOAN_BROKER_COVER_WITHDRAW, 77, LoanBrokerCoverWithdraw, noPriv, ({
{sfLoanBrokerID, soeREQUIRED},
{sfNumber, soeREQUIRED},
{sfAmount, soeREQUIRED},
}))
/** This transaction creates a Loan */