GET api/setting

Get system settings.

Requires Authorisation

The api request must supply authenticated token in a custom variable in the request header. The custom variable name is configured in web.config. The default name of the custom variable is “X-Fern-Token”.

Requires Api License and User Access

The api requires license and user permission for API ID, GETapi/setting. The user permission can be defined on User Settings screen in Abacus. For license, please contact Fern manager.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Response Codes

Success Status:

  • OK (200), please see resource description below.

Failed Status(es):

Resource Description

Returns all system settings.

GlobalDto
NameDescriptionTypeAdditional information
CustomerSettings

Customer related Global Settings.

CustomerGlobalDto
LoanSettings

Loan related Global Settings.

LoanGlobalDto
ReceiptSettings

Transactions related Global Settings.

ReceiptsGlobalDto
PasswordSettings

Password related Global Settings.

PasswordGlobalDto
GLSettings

Ledger related Global Settings.

GeneralLedgerGlobalDto
RegionalSettings

Regional related Global Settings.

RegionalGlobalDto
StatusBarDisplaySetting

Items to display in Status Bar.

integer
CollectCashLocally

Indicates can collect cash locally.

boolean
DisplayVillageBank

Indicaates whether to display village bank in search.

boolean
CombineHolidays

Indicates whether to combine Global/Branch/Village Bank Holidays.

boolean
InsuranceSavingsProductID

Insurance savings product id.

integer 0 if no savings product is set.

Response Formats

application/json, text/json

Sample:
{
  "customerSettings": {
    "customerDetailsUpperCase": true,
    "surnameUppercase": true,
    "forenameUppercase": true,
    "retainVillageBank": true,
    "canAddIntialAccountsForGroups": true,
    "validateBlacklistedCustomers": true,
    "sendSMSConsent": true,
    "maxPictureSize": 1,
    "duplicateIndividualNameValidation": true,
    "retainAccountPortfolio": true,
    "correctCapitalisation": true,
    "useCustomerLevelPortfolio": true,
    "customerNameInParts": 1,
    "surnameFirstInSearch": true,
    "filterPortfolioByBranch": true,
    "surnameOptional": true,
    "customerPortfolioMandatory": true,
    "socialSecurityNumberMandatory": true,
    "villageBankMandatory": true,
    "duplicateCustomerNameValidation": true,
    "allowProductInitial": true,
    "initialProductID": 1,
    "allowProductInitial2": true,
    "initialProductID2": 1,
    "allowFeeInitial": true,
    "feeInitialID": 1,
    "allowFeeInitial2": true,
    "feeInitialID2": 1,
    "allowBatchInitial": true,
    "batchInitialID": 1,
    "allowBatchInitial2": true,
    "batchInitialID2": 1,
    "moneyLaunderingText": "sample string 1",
    "customerIDMask": "sample string 2",
    "includeCustomerIDMask": true,
    "mandatoryCustomerIDMask": true,
    "uniqueCustomerIDMask": true,
    "drivingLicenseIDMask": "sample string 3",
    "includeDrivingLicenseIDMask": true,
    "mandatoryDrivingLicenseIDMask": true,
    "uniqueDrivingLicenseIDMask": true,
    "dayorWorkContactMask": "sample string 4",
    "includeDayorWorkContactMask": true,
    "mandatoryDayorWorkContactMask": true,
    "uniqueDayorWorkContactMask": true,
    "dayWorkLabelText": "sample string 5",
    "eveningorHomeContactMask": "sample string 6",
    "includeEveningorHomeContactMask": true,
    "mandatoryEveningorHomeContactMask": true,
    "uniqueEveningorHomeContactMask": true,
    "eveningHomeLabelText": "sample string 7",
    "mobileNumberMask": "sample string 8",
    "includeMobileNumberMask": true,
    "mandatoryMobileNumberMask": true,
    "uniqueMobileNumberMask": true,
    "mobileNumberLabelText": "sample string 9",
    "ssnLabelText": "sample string 10",
    "dlnLabelText": "sample string 11",
    "colourCodeSearch": true,
    "trnMask": "sample string 12",
    "isPictureMandatory": true,
    "isSignatureMandatory": true,
    "useCustomerLanguageInReports": true,
    "showLoanAppAndApprovalInDCV": true,
    "useAlternativeLanguageSearch": true,
    "alternativeSearchLanguageID": 1,
    "alternativeSearchLanguageFont": 1,
    "sessionType": 0,
    "maxGroupSize": 1,
    "customerActiveGroupsAllowed": 1,
    "custDetailsShowInterestCharged": true,
    "custDetailsShowInterestPaid": true,
    "custDetailsShowFeeCharged": true,
    "custDetailsShowFeePaid": true,
    "custDetailsShowReversed": true,
    "custDetailsShowIssueFeeInSchedule": true,
    "custDetailsIsShowInactiveAccountsByDefault": true,
    "showAccLimitsOnCustView": true,
    "showPreviousFinancialYearInTransactionHistory": true,
    "previousFinancialYearInTransactionHistoryPeriodNum": 1,
    "previousFinancialYearInTransactionHistoryPeriodID": 64,
    "detailedCustomerViewTabs": 1,
    "detailedCustomerViewDefaultTab": 1,
    "advancedPaymentAllocationInDCV": true,
    "blockEditingCustomerDetailsWithActiveLoans": true,
    "updateScheduleforUnplannedHoliday": true,
    "changeInterestforUnplannedHoliday": true,
    "generateUniqueNumberForDocumentPackets": true,
    "securityReasonsAreMandatory": true,
    "referenceNumberSize": 1,
    "showStampDutyUDF": true,
    "showStampDutyUDFID": 64,
    "showCreditBureauUDF": true,
    "showCreditBureauUDFID": 64,
    "useOverrideAcceptance": true,
    "excludeClosedDays": true,
    "excludeHolidays": true
  },
  "loanSettings": {
    "checkCollateralTotal": true,
    "differentUserMustApproveLoans": true,
    "devalueLoans": true,
    "useDevaluationRate": true,
    "devaluationRate": 1.1,
    "useComplimentaryInterest": true,
    "complimentaryInterestRate": 1.1,
    "showAPROnSchedule": true,
    "incrementDaysOnClosedDay": true,
    "showSummaryinLoanManager": true,
    "showCancelledLoansWarning": true,
    "defaultIssueDatetoNextMeeting": true,
    "blockPercentLoanBalance": true,
    "blockPercentLoanBalanceRate": 1.1,
    "maxActiveLoansGuarantorCanGuarantee": true,
    "numMaxActiveLoansGuarantorCanGuarantee": 1,
    "loanIssueforChargedOffWrittenOffGuarantor": true,
    "keepGuarantorCollateralInfo": true,
    "allowIssueDateOnlyonNextMeeting": true,
    "isIncludeDeferredInterestForFlatLoans": true,
    "requireAuthorizationtoInterestRateEdit": true,
    "useMaxActiveLoans": true,
    "maxActiveLoans": 1,
    "useMaxLoans": true,
    "maxLoans": 1,
    "allowEmergencyLoanWhenMaxLoansExceeded": true,
    "showCustomerInsurance": true,
    "dayCountDefault": 0,
    "loanCalculatorAmountType": 1,
    "allowImportedScheduleFees": true,
    "autoApproveLoansOnBatchLoanIssue": true,
    "defaultDeferredOption": 0,
    "includeDueInScheduleRecalculation": true,
    "allowReferenceNumberEdit": true,
    "allowLoanIssueBeforeIssueDate": true,
    "guarantorCannotHaveActiveLoan": true,
    "guarantorIsMandatoryForCreditLines": true,
    "collateralIsMandatoryForCreditLines": true,
    "allowOnlyUniqueCollateralTypesForCustomer": true,
    "guarantorType": 1,
    "requireCommonCalculationForGroupLoans": true,
    "generateStandardScheduleforGroupLoan": true,
    "showAnalysisForIndividualMembers": true,
    "allowZeroPaymentsInLOC": true,
    "creditControlAutoSkipMissed": true,
    "creditControlSkipSMS": true
  },
  "receiptSettings": {
    "repaymentMethod": 1,
    "paymentMode": 0,
    "showRepaymentInfo": true,
    "showRevisedPaymentAmount": true,
    "showArrearsPlusPayment": true,
    "showPendingAccountsOnDepositForm": true,
    "showAdvancedDue": true,
    "allowUnderPaidInterest": true,
    "allowTenderLess": true,
    "applyChangeAutomatically": true,
    "allowCRAdjustOnLodgement": true,
    "showLoansInWithdrawals": true,
    "canChargePenaltyFee": true,
    "allowRenewalWithPenalty": true,
    "showCustomerSearchAddress": true,
    "showCustNumberOnSearchResults": true,
    "showAccNumberOnSearchResults": true,
    "showVillageBankInSearch": true,
    "showOver65LoanAppWarning": true,
    "autoCompleteCustFind": true,
    "autoCompleteMethod": 0,
    "autoCompleteLastx": 1,
    "requirePasswordForReversals": true,
    "limitRcptAdjTrnToCurrentPeriod": true,
    "requireNotesForReversals": true,
    "receiptNoteCorrectCapitalisation": true,
    "allocateChangeToLoans": true,
    "giveChangeInLocalCurrency": true,
    "invertFXRatesForDisplay": true,
    "inputChequesInCardView": true,
    "defaultToHomeCurrencyInReceipts": true,
    "defaultCollectLoanPaymentOnTransferReceipt": true,
    "chequeValidateSortCode": true,
    "prefixReceiptNoWithBranchCode": true,
    "shouldReactivateDormantManually": true,
    "capitalizeandCreateWithdrawalApplication": true,
    "writtenOffLoansInSettlement": true,
    "savingsCredit": 1,
    "receiptNoteMaxLength": 1,
    "loanStatusReversalOption": 0,
    "penaltyInterestCalculatorType": 1,
    "interestCapitalisationMethod": 0,
    "allowLoanToSavingsConversion": true,
    "transferInterestToIncomeOnWriteOff": true,
    "zeroBalanceOnLoanWriteOff": true,
    "zeroBalanceOnSavingsWriteOff": true,
    "requireOverrideForPaymentAccounts": true,
    "useProductsPriorityInSettlementProcessing": true,
    "allowApplyBackDate": true,
    "collectOutstandingFeeInLoanSettlementProcess": true,
    "separateBadDebtGLs": true
  },
  "passwordSettings": {
    "passwordRules": 0,
    "canReusePassword": true,
    "maxLoginAttempts": 1,
    "lockUser": true,
    "lockTerminal": true,
    "forceChangingPasswordAfterReset": true,
    "minPasswordLength": 1
  },
  "glSettings": {
    "journalPageDescriptionType": 1
  },
  "regionalSettings": {
    "accountNumberInput": "sample string 1",
    "accountNumberDefault": "sample string 2",
    "accountNumberExpression": "sample string 3",
    "chequeNumberInput": "sample string 4",
    "chequeNumberDefault": "sample string 5",
    "chequeNumberExpression": "sample string 6",
    "sortCodeInput": "sample string 7",
    "sortCodeDefault": "sample string 8",
    "sortCodeExpression": "sample string 9"
  },
  "statusBarDisplaySetting": 1,
  "collectCashLocally": true,
  "displayVillageBank": true,
  "combineHolidays": true,
  "insuranceSavingsProductID": 1
}

application/xml, text/xml

Sample:
<GlobalDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
  <CollectCashLocally>true</CollectCashLocally>
  <CombineHolidays>true</CombineHolidays>
  <CustomerSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.SystemSettings">
    <d2p1:AdvancedPaymentAllocationInDCV>true</d2p1:AdvancedPaymentAllocationInDCV>
    <d2p1:AllowBatchInitial>true</d2p1:AllowBatchInitial>
    <d2p1:AllowBatchInitial2>true</d2p1:AllowBatchInitial2>
    <d2p1:AllowFeeInitial>true</d2p1:AllowFeeInitial>
    <d2p1:AllowFeeInitial2>true</d2p1:AllowFeeInitial2>
    <d2p1:AllowProductInitial>true</d2p1:AllowProductInitial>
    <d2p1:AllowProductInitial2>true</d2p1:AllowProductInitial2>
    <d2p1:AlternativeSearchLanguageFont>1</d2p1:AlternativeSearchLanguageFont>
    <d2p1:AlternativeSearchLanguageID>1</d2p1:AlternativeSearchLanguageID>
    <d2p1:BatchInitialID>1</d2p1:BatchInitialID>
    <d2p1:BatchInitialID2>1</d2p1:BatchInitialID2>
    <d2p1:BlockEditingCustomerDetailsWithActiveLoans>true</d2p1:BlockEditingCustomerDetailsWithActiveLoans>
    <d2p1:CanAddIntialAccountsForGroups>true</d2p1:CanAddIntialAccountsForGroups>
    <d2p1:ChangeInterestforUnplannedHoliday>true</d2p1:ChangeInterestforUnplannedHoliday>
    <d2p1:ColourCodeSearch>true</d2p1:ColourCodeSearch>
    <d2p1:CorrectCapitalisation>true</d2p1:CorrectCapitalisation>
    <d2p1:CustDetailsIsShowInactiveAccountsByDefault>true</d2p1:CustDetailsIsShowInactiveAccountsByDefault>
    <d2p1:CustDetailsShowFeeCharged>true</d2p1:CustDetailsShowFeeCharged>
    <d2p1:CustDetailsShowFeePaid>true</d2p1:CustDetailsShowFeePaid>
    <d2p1:CustDetailsShowInterestCharged>true</d2p1:CustDetailsShowInterestCharged>
    <d2p1:CustDetailsShowInterestPaid>true</d2p1:CustDetailsShowInterestPaid>
    <d2p1:CustDetailsShowIssueFeeInSchedule>true</d2p1:CustDetailsShowIssueFeeInSchedule>
    <d2p1:CustDetailsShowReversed>true</d2p1:CustDetailsShowReversed>
    <d2p1:CustomerActiveGroupsAllowed>1</d2p1:CustomerActiveGroupsAllowed>
    <d2p1:CustomerDetailsUpperCase>true</d2p1:CustomerDetailsUpperCase>
    <d2p1:CustomerIDMask>sample string 2</d2p1:CustomerIDMask>
    <d2p1:CustomerNameInParts>1</d2p1:CustomerNameInParts>
    <d2p1:CustomerPortfolioMandatory>true</d2p1:CustomerPortfolioMandatory>
    <d2p1:DLNLabelText>sample string 11</d2p1:DLNLabelText>
    <d2p1:DayWorkLabelText>sample string 5</d2p1:DayWorkLabelText>
    <d2p1:DayorWorkContactMask>sample string 4</d2p1:DayorWorkContactMask>
    <d2p1:DetailedCustomerViewDefaultTab>1</d2p1:DetailedCustomerViewDefaultTab>
    <d2p1:DetailedCustomerViewTabs>CustomerDetails</d2p1:DetailedCustomerViewTabs>
    <d2p1:DrivingLicenseIDMask>sample string 3</d2p1:DrivingLicenseIDMask>
    <d2p1:DuplicateCustomerNameValidation>true</d2p1:DuplicateCustomerNameValidation>
    <d2p1:DuplicateIndividualNameValidation>true</d2p1:DuplicateIndividualNameValidation>
    <d2p1:EveningHomeLabelText>sample string 7</d2p1:EveningHomeLabelText>
    <d2p1:EveningorHomeContactMask>sample string 6</d2p1:EveningorHomeContactMask>
    <d2p1:ExcludeClosedDays>true</d2p1:ExcludeClosedDays>
    <d2p1:ExcludeHolidays>true</d2p1:ExcludeHolidays>
    <d2p1:FeeInitialID>1</d2p1:FeeInitialID>
    <d2p1:FeeInitialID2>1</d2p1:FeeInitialID2>
    <d2p1:FilterPortfolioByBranch>true</d2p1:FilterPortfolioByBranch>
    <d2p1:ForenameUppercase>true</d2p1:ForenameUppercase>
    <d2p1:GenerateUniqueNumberForDocumentPackets>true</d2p1:GenerateUniqueNumberForDocumentPackets>
    <d2p1:IncludeCustomerIDMask>true</d2p1:IncludeCustomerIDMask>
    <d2p1:IncludeDayorWorkContactMask>true</d2p1:IncludeDayorWorkContactMask>
    <d2p1:IncludeDrivingLicenseIDMask>true</d2p1:IncludeDrivingLicenseIDMask>
    <d2p1:IncludeEveningorHomeContactMask>true</d2p1:IncludeEveningorHomeContactMask>
    <d2p1:IncludeMobileNumberMask>true</d2p1:IncludeMobileNumberMask>
    <d2p1:InitialProductID>1</d2p1:InitialProductID>
    <d2p1:InitialProductID2>1</d2p1:InitialProductID2>
    <d2p1:IsPictureMandatory>true</d2p1:IsPictureMandatory>
    <d2p1:IsSignatureMandatory>true</d2p1:IsSignatureMandatory>
    <d2p1:MandatoryCustomerIDMask>true</d2p1:MandatoryCustomerIDMask>
    <d2p1:MandatoryDayorWorkContactMask>true</d2p1:MandatoryDayorWorkContactMask>
    <d2p1:MandatoryDrivingLicenseIDMask>true</d2p1:MandatoryDrivingLicenseIDMask>
    <d2p1:MandatoryEveningorHomeContactMask>true</d2p1:MandatoryEveningorHomeContactMask>
    <d2p1:MandatoryMobileNumberMask>true</d2p1:MandatoryMobileNumberMask>
    <d2p1:MaxGroupSize>1</d2p1:MaxGroupSize>
    <d2p1:MaxPictureSize>1</d2p1:MaxPictureSize>
    <d2p1:MobileNumberLabelText>sample string 9</d2p1:MobileNumberLabelText>
    <d2p1:MobileNumberMask>sample string 8</d2p1:MobileNumberMask>
    <d2p1:MoneyLaunderingText>sample string 1</d2p1:MoneyLaunderingText>
    <d2p1:PreviousFinancialYearInTransactionHistoryPeriodID>64</d2p1:PreviousFinancialYearInTransactionHistoryPeriodID>
    <d2p1:PreviousFinancialYearInTransactionHistoryPeriodNum>1</d2p1:PreviousFinancialYearInTransactionHistoryPeriodNum>
    <d2p1:ReferenceNumberSize>1</d2p1:ReferenceNumberSize>
    <d2p1:RetainAccountPortfolio>true</d2p1:RetainAccountPortfolio>
    <d2p1:RetainVillageBank>true</d2p1:RetainVillageBank>
    <d2p1:SSNLabelText>sample string 10</d2p1:SSNLabelText>
    <d2p1:SecurityReasonsAreMandatory>true</d2p1:SecurityReasonsAreMandatory>
    <d2p1:SendSMSConsent>true</d2p1:SendSMSConsent>
    <d2p1:SessionType>Mixed</d2p1:SessionType>
    <d2p1:ShowCreditBureauUDF>true</d2p1:ShowCreditBureauUDF>
    <d2p1:ShowCreditBureauUDFID>64</d2p1:ShowCreditBureauUDFID>
    <d2p1:ShowLoanAppAndApprovalInDCV>true</d2p1:ShowLoanAppAndApprovalInDCV>
    <d2p1:ShowPreviousFinancialYearInTransactionHistory>true</d2p1:ShowPreviousFinancialYearInTransactionHistory>
    <d2p1:ShowStampDutyUDF>true</d2p1:ShowStampDutyUDF>
    <d2p1:ShowStampDutyUDFID>64</d2p1:ShowStampDutyUDFID>
    <d2p1:SocialSecurityNumberMandatory>true</d2p1:SocialSecurityNumberMandatory>
    <d2p1:SurnameFirstInSearch>true</d2p1:SurnameFirstInSearch>
    <d2p1:SurnameOptional>true</d2p1:SurnameOptional>
    <d2p1:SurnameUppercase>true</d2p1:SurnameUppercase>
    <d2p1:TRNMask>sample string 12</d2p1:TRNMask>
    <d2p1:UniqueCustomerIDMask>true</d2p1:UniqueCustomerIDMask>
    <d2p1:UniqueDayorWorkContactMask>true</d2p1:UniqueDayorWorkContactMask>
    <d2p1:UniqueDrivingLicenseIDMask>true</d2p1:UniqueDrivingLicenseIDMask>
    <d2p1:UniqueEveningorHomeContactMask>true</d2p1:UniqueEveningorHomeContactMask>
    <d2p1:UniqueMobileNumberMask>true</d2p1:UniqueMobileNumberMask>
    <d2p1:UpdateScheduleforUnplannedHoliday>true</d2p1:UpdateScheduleforUnplannedHoliday>
    <d2p1:UseAlternativeLanguageSearch>true</d2p1:UseAlternativeLanguageSearch>
    <d2p1:UseCustomerLanguageInReports>true</d2p1:UseCustomerLanguageInReports>
    <d2p1:UseCustomerLevelPortfolio>true</d2p1:UseCustomerLevelPortfolio>
    <d2p1:UseOverrideAcceptance>true</d2p1:UseOverrideAcceptance>
    <d2p1:ValidateBlacklistedCustomers>true</d2p1:ValidateBlacklistedCustomers>
    <d2p1:VillageBankMandatory>true</d2p1:VillageBankMandatory>
  </CustomerSettings>
  <DisplayVillageBank>true</DisplayVillageBank>
  <GLSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.SystemSettings">
    <d2p1:JournalPageDescriptionType>ByBranch</d2p1:JournalPageDescriptionType>
  </GLSettings>
  <InsuranceSavingsProductID>1</InsuranceSavingsProductID>
  <LoanSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.SystemSettings">
    <d2p1:AllowEmergencyLoanWhenMaxLoansExceeded>true</d2p1:AllowEmergencyLoanWhenMaxLoansExceeded>
    <d2p1:AllowImportedScheduleFees>true</d2p1:AllowImportedScheduleFees>
    <d2p1:AllowIssueDateOnlyonNextMeeting>true</d2p1:AllowIssueDateOnlyonNextMeeting>
    <d2p1:AllowLoanIssueBeforeIssueDate>true</d2p1:AllowLoanIssueBeforeIssueDate>
    <d2p1:AllowOnlyUniqueCollateralTypesForCustomer>true</d2p1:AllowOnlyUniqueCollateralTypesForCustomer>
    <d2p1:AllowReferenceNumberEdit>true</d2p1:AllowReferenceNumberEdit>
    <d2p1:AllowZeroPaymentsInLOC>true</d2p1:AllowZeroPaymentsInLOC>
    <d2p1:AutoApproveLoansOnBatchLoanIssue>true</d2p1:AutoApproveLoansOnBatchLoanIssue>
    <d2p1:BlockPercentLoanBalance>true</d2p1:BlockPercentLoanBalance>
    <d2p1:BlockPercentLoanBalanceRate>1.1</d2p1:BlockPercentLoanBalanceRate>
    <d2p1:CheckCollateralTotal>true</d2p1:CheckCollateralTotal>
    <d2p1:CollateralIsMandatoryForCreditLines>true</d2p1:CollateralIsMandatoryForCreditLines>
    <d2p1:ComplimentaryInterestRate>1.1</d2p1:ComplimentaryInterestRate>
    <d2p1:CreditControlAutoSkipMissed>true</d2p1:CreditControlAutoSkipMissed>
    <d2p1:CreditControlSkipSMS>true</d2p1:CreditControlSkipSMS>
    <d2p1:DayCountDefault>Actual_Actual</d2p1:DayCountDefault>
    <d2p1:DefaultDeferredOption>LoanDeferredNoGracePeriods</d2p1:DefaultDeferredOption>
    <d2p1:DefaultIssueDatetoNextMeeting>true</d2p1:DefaultIssueDatetoNextMeeting>
    <d2p1:DevaluationRate>1.1</d2p1:DevaluationRate>
    <d2p1:DevalueLoans>true</d2p1:DevalueLoans>
    <d2p1:DifferentUserMustApproveLoans>true</d2p1:DifferentUserMustApproveLoans>
    <d2p1:GenerateStandardScheduleforGroupLoan>true</d2p1:GenerateStandardScheduleforGroupLoan>
    <d2p1:GuarantorCannotHaveActiveLoan>true</d2p1:GuarantorCannotHaveActiveLoan>
    <d2p1:GuarantorIsMandatoryForCreditLines>true</d2p1:GuarantorIsMandatoryForCreditLines>
    <d2p1:GuarantorType>None</d2p1:GuarantorType>
    <d2p1:IncludeDueInScheduleRecalculation>true</d2p1:IncludeDueInScheduleRecalculation>
    <d2p1:IncrementDaysOnClosedDay>true</d2p1:IncrementDaysOnClosedDay>
    <d2p1:IsIncludeDeferredInterestForFlatLoans>true</d2p1:IsIncludeDeferredInterestForFlatLoans>
    <d2p1:KeepGuarantorCollateralInfo>true</d2p1:KeepGuarantorCollateralInfo>
    <d2p1:LoanCalculatorAmountType>LoanAmount</d2p1:LoanCalculatorAmountType>
    <d2p1:LoanIssueforChargedOffWrittenOffGuarantor>true</d2p1:LoanIssueforChargedOffWrittenOffGuarantor>
    <d2p1:MaxActiveLoans>1</d2p1:MaxActiveLoans>
    <d2p1:MaxActiveLoansGuarantorCanGuarantee>true</d2p1:MaxActiveLoansGuarantorCanGuarantee>
    <d2p1:MaxLoans>1</d2p1:MaxLoans>
    <d2p1:NumMaxActiveLoansGuarantorCanGuarantee>1</d2p1:NumMaxActiveLoansGuarantorCanGuarantee>
    <d2p1:RequireAuthorizationtoInterestRateEdit>true</d2p1:RequireAuthorizationtoInterestRateEdit>
    <d2p1:RequireCommonCalculationForGroupLoans>true</d2p1:RequireCommonCalculationForGroupLoans>
    <d2p1:ShowAPROnSchedule>true</d2p1:ShowAPROnSchedule>
    <d2p1:ShowAnalysisForIndividualMembers>true</d2p1:ShowAnalysisForIndividualMembers>
    <d2p1:ShowCancelledLoansWarning>true</d2p1:ShowCancelledLoansWarning>
    <d2p1:ShowCustomerInsurance>true</d2p1:ShowCustomerInsurance>
    <d2p1:ShowSummaryinLoanManager>true</d2p1:ShowSummaryinLoanManager>
    <d2p1:UseComplimentaryInterest>true</d2p1:UseComplimentaryInterest>
    <d2p1:UseDevaluationRate>true</d2p1:UseDevaluationRate>
    <d2p1:UseMaxActiveLoans>true</d2p1:UseMaxActiveLoans>
    <d2p1:UseMaxLoans>true</d2p1:UseMaxLoans>
  </LoanSettings>
  <PasswordSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.SystemSettings">
    <d2p1:CanReusePassword>true</d2p1:CanReusePassword>
    <d2p1:ForceChangingPasswordAfterReset>true</d2p1:ForceChangingPasswordAfterReset>
    <d2p1:LockTerminal>true</d2p1:LockTerminal>
    <d2p1:LockUser>true</d2p1:LockUser>
    <d2p1:MaxLoginAttempts>1</d2p1:MaxLoginAttempts>
    <d2p1:MinPasswordLength>1</d2p1:MinPasswordLength>
    <d2p1:PasswordRules>None</d2p1:PasswordRules>
  </PasswordSettings>
  <ReceiptSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.SystemSettings">
    <d2p1:AllocateChangeToLoans>true</d2p1:AllocateChangeToLoans>
    <d2p1:AllowApplyBackDate>true</d2p1:AllowApplyBackDate>
    <d2p1:AllowCRAdjustOnLodgement>true</d2p1:AllowCRAdjustOnLodgement>
    <d2p1:AllowLoanToSavingsConversion>true</d2p1:AllowLoanToSavingsConversion>
    <d2p1:AllowRenewalWithPenalty>true</d2p1:AllowRenewalWithPenalty>
    <d2p1:AllowTenderLess>true</d2p1:AllowTenderLess>
    <d2p1:AllowUnderPaidInterest>true</d2p1:AllowUnderPaidInterest>
    <d2p1:ApplyChangeAutomatically>true</d2p1:ApplyChangeAutomatically>
    <d2p1:AutoCompleteCustFind>true</d2p1:AutoCompleteCustFind>
    <d2p1:AutoCompleteLastx>1</d2p1:AutoCompleteLastx>
    <d2p1:AutoCompleteMethod>FullAutoComplete</d2p1:AutoCompleteMethod>
    <d2p1:CanChargePenaltyFee>true</d2p1:CanChargePenaltyFee>
    <d2p1:CapitalizeandCreateWithdrawalApplication>true</d2p1:CapitalizeandCreateWithdrawalApplication>
    <d2p1:ChequeValidateSortCode>true</d2p1:ChequeValidateSortCode>
    <d2p1:CollectOutstandingFeeInLoanSettlementProcess>true</d2p1:CollectOutstandingFeeInLoanSettlementProcess>
    <d2p1:DefaultCollectLoanPaymentOnTransferReceipt>true</d2p1:DefaultCollectLoanPaymentOnTransferReceipt>
    <d2p1:DefaultToHomeCurrencyInReceipts>true</d2p1:DefaultToHomeCurrencyInReceipts>
    <d2p1:GiveChangeInLocalCurrency>true</d2p1:GiveChangeInLocalCurrency>
    <d2p1:InputChequesInCardView>true</d2p1:InputChequesInCardView>
    <d2p1:InterestCapitalisationMethod>ByDateAmount</d2p1:InterestCapitalisationMethod>
    <d2p1:InvertFXRatesForDisplay>true</d2p1:InvertFXRatesForDisplay>
    <d2p1:LimitRcptAdjTrnToCurrentPeriod>true</d2p1:LimitRcptAdjTrnToCurrentPeriod>
    <d2p1:LoanStatusReversalOption>CancelApplication</d2p1:LoanStatusReversalOption>
    <d2p1:PaymentMode>Normal</d2p1:PaymentMode>
    <d2p1:PenaltyInterestCalculatorType>Standard</d2p1:PenaltyInterestCalculatorType>
    <d2p1:PrefixReceiptNoWithBranchCode>true</d2p1:PrefixReceiptNoWithBranchCode>
    <d2p1:ReceiptNoteCorrectCapitalisation>true</d2p1:ReceiptNoteCorrectCapitalisation>
    <d2p1:ReceiptNoteMaxLength>1</d2p1:ReceiptNoteMaxLength>
    <d2p1:RepaymentMethod>AgreedRepayment</d2p1:RepaymentMethod>
    <d2p1:RequireNotesForReversals>true</d2p1:RequireNotesForReversals>
    <d2p1:RequireOverrideForPaymentAccounts>true</d2p1:RequireOverrideForPaymentAccounts>
    <d2p1:RequirePasswordForReversals>true</d2p1:RequirePasswordForReversals>
    <d2p1:SavingsCredit>Interest</d2p1:SavingsCredit>
    <d2p1:SeparateBadDebtGLs>true</d2p1:SeparateBadDebtGLs>
    <d2p1:ShouldReactivateDormantManually>true</d2p1:ShouldReactivateDormantManually>
    <d2p1:ShowAccNumberOnSearchResults>true</d2p1:ShowAccNumberOnSearchResults>
    <d2p1:ShowAdvancedDue>true</d2p1:ShowAdvancedDue>
    <d2p1:ShowArrearsPlusPayment>true</d2p1:ShowArrearsPlusPayment>
    <d2p1:ShowCustNumberOnSearchResults>true</d2p1:ShowCustNumberOnSearchResults>
    <d2p1:ShowCustomerSearchAddress>true</d2p1:ShowCustomerSearchAddress>
    <d2p1:ShowLoansInWithdrawals>true</d2p1:ShowLoansInWithdrawals>
    <d2p1:ShowOver65LoanAppWarning>true</d2p1:ShowOver65LoanAppWarning>
    <d2p1:ShowPendingAccountsOnDepositForm>true</d2p1:ShowPendingAccountsOnDepositForm>
    <d2p1:ShowRepaymentInfo>true</d2p1:ShowRepaymentInfo>
    <d2p1:ShowRevisedPaymentAmount>true</d2p1:ShowRevisedPaymentAmount>
    <d2p1:ShowVillageBankInSearch>true</d2p1:ShowVillageBankInSearch>
    <d2p1:TransferInterestToIncomeOnWriteOff>true</d2p1:TransferInterestToIncomeOnWriteOff>
    <d2p1:UseProductsPriorityInSettlementProcessing>true</d2p1:UseProductsPriorityInSettlementProcessing>
    <d2p1:WrittenOffLoansInSettlement>true</d2p1:WrittenOffLoansInSettlement>
    <d2p1:ZeroBalanceOnLoanWriteOff>true</d2p1:ZeroBalanceOnLoanWriteOff>
    <d2p1:ZeroBalanceOnSavingsWriteOff>true</d2p1:ZeroBalanceOnSavingsWriteOff>
  </ReceiptSettings>
  <RegionalSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.SystemSettings">
    <d2p1:AccountNumberDefault>sample string 2</d2p1:AccountNumberDefault>
    <d2p1:AccountNumberExpression>sample string 3</d2p1:AccountNumberExpression>
    <d2p1:AccountNumberInput>sample string 1</d2p1:AccountNumberInput>
    <d2p1:ChequeNumberDefault>sample string 5</d2p1:ChequeNumberDefault>
    <d2p1:ChequeNumberExpression>sample string 6</d2p1:ChequeNumberExpression>
    <d2p1:ChequeNumberInput>sample string 4</d2p1:ChequeNumberInput>
    <d2p1:SortCodeDefault>sample string 8</d2p1:SortCodeDefault>
    <d2p1:SortCodeExpression>sample string 9</d2p1:SortCodeExpression>
    <d2p1:SortCodeInput>sample string 7</d2p1:SortCodeInput>
  </RegionalSettings>
  <StatusBarDisplaySetting>1</StatusBarDisplaySetting>
</GlobalDto>