Source

The source field in sourceOfFunds declares the origin of the funds being sent. The available values depend on who is sending and receiving.

Individual to Individual

Use these values when both the sender and recipient are individuals:

ValueSourceWhen to use
1SalaryFunds from regular employment income
2SavingsPersonal savings or accumulated funds
3LotteryLottery or gambling winnings
4LoanBorrowed funds (personal or bank loan)
5Business IncomeRevenue from a personal business or freelance work
6Business ProfitProfit distributions from a business the individual owns

Business Transactions

Use these values when either the sender or recipient (or both) is a business entity. Applies to: Individual → Business, Business → Individual, and Business → Business transfers.

ValueSourceWhen to use
7SettlementPayment settlement between businesses (invoices, contracts)
8OthersAny source not covered by the above categories

Example

A freelancer sending business income to family:

"sourceOfFunds": {
  "purpose": 3,
  "source": 5,
  "relationship": 2
}
  • source: 5 → Business Income (freelance earnings)
  • purpose: 3 → Family Maintenance
  • relationship: 2 → Father

Related