Serialized Form
-
Package tech.corefinance.product.dto
-
Class tech.corefinance.product.dto.CryptoProductDto
class CryptoProductDto extends ProductDto implements Serializable -
Class tech.corefinance.product.dto.DepositProductDto
class DepositProductDto extends ProductDto implements Serializable-
Serialized Fields
-
allowOverdrafts
Boolean allowOverdrafts
-
autoSetAsDormant
boolean autoSetAsDormant
-
daysToSetToDormant
Integer daysToSetToDormant
-
defaultTermLength
Integer defaultTermLength
-
depositLimits
List<DepositLimit> depositLimits
Deposit transaction limits. -
earlyClosurePeriod
Integer earlyClosurePeriod
-
enableEarlyClosurePeriod
boolean enableEarlyClosurePeriod
Early Closure Period. -
enableInterestRate
boolean enableInterestRate
Interest Rate. -
enableTermDeposit
boolean enableTermDeposit
-
interestRate
DepositInterestRate interestRate
-
maxOverdraftLimits
List<CurrencyLimitValue> maxOverdraftLimits
-
maxTermLength
Integer maxTermLength
-
minTermLength
Integer minTermLength
-
overdraftsInterest
DepositInterestRate overdraftsInterest
-
overdraftsUnderCreditArrangementManaged
CreditArrangementManaged overdraftsUnderCreditArrangementManaged
-
termUnit
FrequencyOptionYearly termUnit
-
withdrawalLimits
List<WithdrawalLimit> withdrawalLimits
Withdrawal Limits.
-
-
-
Class tech.corefinance.product.dto.GlProductDto
class GlProductDto extends ProductDto implements Serializable -
Class tech.corefinance.product.dto.LoanProductDto
class LoanProductDto extends ProductDto implements Serializable-
Serialized Fields
-
arrearsSetting
ArrearsSetting arrearsSetting
-
capCharges
boolean capCharges
-
closeDormantAccounts
boolean closeDormantAccounts
-
enableCollateral
boolean enableCollateral
-
enableGuarantors
boolean enableGuarantors
-
interestRate
LoanInterestRate interestRate
-
loanValues
List<ValueConstraint> loanValues
-
lockArrearsAccounts
boolean lockArrearsAccounts
-
penaltySetting
PenaltySetting penaltySetting
-
percentSecurityPerLoan
Double percentSecurityPerLoan
-
repaymentCollection
RepaymentCollection repaymentCollection
-
repaymentScheduling
RepaymentScheduling repaymentScheduling
-
underCreditArrangementManaged
CreditArrangementManaged underCreditArrangementManaged
-
-
-
Class tech.corefinance.product.dto.ProductDto
class ProductDto extends Object implements Serializable-
Serialized Fields
-
activated
boolean activated
-
allowArbitraryFees
boolean allowArbitraryFees
-
category
String category
-
createdBy
tech.corefinance.common.dto.BasicUserDto createdBy
-
createdDate
ZonedDateTime createdDate
-
currencies
String[] currencies
-
description
String description
-
id
String id
-
lastModifiedBy
tech.corefinance.common.dto.BasicUserDto lastModifiedBy
-
lastModifiedDate
ZonedDateTime lastModifiedDate
-
name
String name
-
newAccountSetting
ProductNewAccountSetting newAccountSetting
-
productAvailabilities
List<ProductAvailability> productAvailabilities
-
productFees
List<ProductFee> productFees
-
showInactiveFees
boolean showInactiveFees
-
type
String type
-
-
-
Class tech.corefinance.product.dto.RateResponse
class RateResponse extends Object implements Serializable
-
-
Package tech.corefinance.product.entity
-
Class tech.corefinance.product.entity.Branch
class Branch extends Object implements Serializable-
Serialized Fields
-
city
String city
-
country
String country
-
createdBy
tech.corefinance.common.dto.BasicUserDto createdBy
-
createdDate
ZonedDateTime createdDate
-
email
String email
-
id
String id
-
inheritNonWorkingDays
boolean inheritNonWorkingDays
-
lastModifiedBy
tech.corefinance.common.dto.BasicUserDto lastModifiedBy
-
lastModifiedDate
ZonedDateTime lastModifiedDate
-
name
String name
-
nonWorkingDays
List<DayOfWeek> nonWorkingDays
-
parentBranchId
String parentBranchId
-
phoneNumber
String phoneNumber
-
state
String state
-
streetAddressLine1
String streetAddressLine1
-
zipPostalCode
String zipPostalCode
-
-
-
Class tech.corefinance.product.entity.CryptoProduct
class CryptoProduct extends Product implements Serializable -
Class tech.corefinance.product.entity.Currency
class Currency extends Object implements Serializable -
Class tech.corefinance.product.entity.DepositProduct
class DepositProduct extends Product implements Serializable-
Serialized Fields
-
allowOverdrafts
Boolean allowOverdrafts
-
daysToSetToDormant
Integer daysToSetToDormant
-
defaultTermLength
Integer defaultTermLength
-
depositLimits
List<DepositLimit> depositLimits
Deposit transaction limits. -
earlyClosurePeriod
Integer earlyClosurePeriod
Early Closure Period. -
enableTermDeposit
boolean enableTermDeposit
-
interestRate
DepositInterestRate interestRate
Interest Rate. -
maxOverdraftLimit
List<CurrencyLimitValue> maxOverdraftLimit
-
maxTermLength
Integer maxTermLength
-
minTermLength
Integer minTermLength
-
overdraftsInterest
DepositInterestRate overdraftsInterest
-
overdraftsUnderCreditArrangementManaged
CreditArrangementManaged overdraftsUnderCreditArrangementManaged
-
termUnit
FrequencyOptionYearly termUnit
-
withdrawalLimits
List<WithdrawalLimit> withdrawalLimits
Withdrawal Limits.
-
-
-
Class tech.corefinance.product.entity.ExchangeRate
class ExchangeRate extends Object implements Serializable-
Serialized Fields
-
buyRate
double buyRate
-
createdBy
tech.corefinance.common.dto.BasicUserDto createdBy
-
createdDate
ZonedDateTime createdDate
-
id
String id
Currency code to sell/buy. -
lastModifiedBy
tech.corefinance.common.dto.BasicUserDto lastModifiedBy
-
lastModifiedDate
ZonedDateTime lastModifiedDate
-
name
String name
-
sellRate
double sellRate
-
-
-
Class tech.corefinance.product.entity.GlProduct
class GlProduct extends Product implements Serializable -
Class tech.corefinance.product.entity.Holiday
class Holiday extends Object implements Serializable -
Class tech.corefinance.product.entity.LoanProduct
class LoanProduct extends Product implements Serializable-
Serialized Fields
-
arrearsSetting
@NotNull ArrearsSetting arrearsSetting
-
capCharges
boolean capCharges
-
closeDormantAccounts
boolean closeDormantAccounts
-
enableCollateral
boolean enableCollateral
-
enableGuarantors
boolean enableGuarantors
-
interestRate
@NotNull LoanInterestRate interestRate
-
loanValues
List<ValueConstraint> loanValues
-
lockArrearsAccounts
boolean lockArrearsAccounts
-
penaltySetting
@NotNull PenaltySetting penaltySetting
-
percentSecurityPerLoan
Double percentSecurityPerLoan
-
repaymentCollection
@NotNull RepaymentCollection repaymentCollection
-
repaymentScheduling
@NotNull RepaymentScheduling repaymentScheduling
-
underCreditArrangementManaged
CreditArrangementManaged underCreditArrangementManaged
-
-
-
Class tech.corefinance.product.entity.Organization
class Organization extends Object implements Serializable-
Serialized Fields
-
city
String city
-
country
String country
-
currency
Currency currency
-
decimalMark
String decimalMark
-
email
String email
-
iconUrl
String iconUrl
-
id
String id
-
localDateFormat
String localDateFormat
-
localDateTimeFormat
String localDateTimeFormat
-
logoUrl
String logoUrl
-
name
String name
-
nonWorkingDays
List<DayOfWeek> nonWorkingDays
-
phoneNumber
String phoneNumber
-
state
String state
-
streetAddressLine1
String streetAddressLine1
-
timezone
String timezone
-
zipPostalCode
String zipPostalCode
-
-
-
Class tech.corefinance.product.entity.Product
class Product extends Object implements Serializable-
Serialized Fields
-
activated
boolean activated
-
allowArbitraryFees
boolean allowArbitraryFees
-
category
@NotBlank(message="product_category_empty") String category
-
createdBy
tech.corefinance.common.dto.BasicUserDto createdBy
-
createdDate
ZonedDateTime createdDate
-
currencies
@NotNull(message="currencies_empty") String[] currencies
-
description
String description
-
id
String id
-
lastModifiedBy
tech.corefinance.common.dto.BasicUserDto lastModifiedBy
-
lastModifiedDate
ZonedDateTime lastModifiedDate
-
name
@NotBlank(message="product_name_empty") String name
-
newAccountSetting
@NotNull(message="new_account_type_empty") ProductNewAccountSetting newAccountSetting
-
productAvailabilities
List<ProductAvailability> productAvailabilities
-
productFees
List<ProductFee> productFees
-
showInactiveFees
boolean showInactiveFees
-
type
String type
-
-
-
Class tech.corefinance.product.entity.ProductCategory
class ProductCategory extends Object implements Serializable-
Serialized Fields
-
id
String id
-
name
String name
-
type
ProductCategoryType type
-
-
-
Class tech.corefinance.product.entity.ProductType
class ProductType extends Object implements Serializable-
Serialized Fields
-
id
String id
-
name
String name
-
type
ProductCategoryType type
-
-
-
Class tech.corefinance.product.entity.Rate
class Rate extends Object implements Serializable-
Serialized Fields
-
createdBy
tech.corefinance.common.dto.BasicUserDto createdBy
-
createdDate
ZonedDateTime createdDate
-
id
String id
-
lastModifiedBy
tech.corefinance.common.dto.BasicUserDto lastModifiedBy
-
lastModifiedDate
ZonedDateTime lastModifiedDate
-
note
String note
-
rateSource
RateSource rateSource
-
rateValue
Double rateValue
-
type
RateType type
-
validFrom
ZonedDateTime validFrom
-
-
-
Class tech.corefinance.product.entity.RateSource
class RateSource extends Object implements Serializable -
Class tech.corefinance.product.entity.WithdrawalChannel
class WithdrawalChannel extends Object implements Serializable-
Serialized Fields
-
createdBy
tech.corefinance.common.dto.BasicUserDto createdBy
-
createdDate
ZonedDateTime createdDate
-
id
String id
Currency code to sell/buy. -
lastModifiedBy
tech.corefinance.common.dto.BasicUserDto lastModifiedBy
-
lastModifiedDate
ZonedDateTime lastModifiedDate
-
name
String name
-
-
-