CreateAccountDto
DTO for creating a new bank account with all necessary configurations
Product code identifying the type of account
SAV001Code defining the account classification
PERSONALType of account (e.g., Savings, Checking)
SAVINGSIndicates if the account is subject to taxation
YIndicates if interest calculations apply to this account
YFrequency of calculating debit interest
MONTHLYFrequency of calculating credit interest
MONTHLYCode specifying how interest ladder should be printed
STDIndicates if the account is subject to source deduction
YAccount maturity date for term deposits
2025-12-31Code for additional services attached to the account
PREMIUMCode defining the type of account statement
MONTHLYMethod of delivering account statements
EMAILMinimum number of cheques that triggers reordering
5Default type of cheque book for this account
STD25Method of delivering cheque books
BRANCHBranch code responsible for cheque book delivery
BR001Digital agency identifier
DIG001{
"productCode": "SAV001",
"accountClassCode": "PERSONAL",
"accountType": "SAVINGS",
"taxableAccount": "Y",
"accountSubjectToInterestCalculation": "Y",
"frequencyOfDebitInterestCalculation": "MONTHLY",
"frequencyOfCreditInterestCalculation": "MONTHLY",
"codeForInterestLadderPrinting": "STD",
"accountSubjectToDeductionAtSource": "Y",
"maturityDate": "2025-12-31",
"serviceCode": "PREMIUM",
"accountStatementCode": "MONTHLY",
"accountStatementDeliveryMethod": "EMAIL",
"thresholdForReorderingCheques": "5",
"defaultChequeBookType": "STD25",
"chequeDeliveryMethod": "BRANCH",
"branchThatDeliveredTheChequeBook": "BR001",
"agenceDigital": "DIG001"
}