Fee Schema Detail UML


Added On:  03/16/12 
SQL Table:  IAPP_FEE_SCHEMA_DETAIL 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  FeeSchemaDetail 
Added On:  06/11/12
SQL Column:  BUY_RATE_VARIABLE1
Java Field:  buyRateVariable1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
First buy rate variable value used in the calculation formula.
Added On:  06/11/12
SQL Column:  BUY_RATE_VARIABLE2
Java Field:  buyRateVariable2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Second buy rate variable value used in the calculation formula.
Added On:  10/02/13
SQL Column:  DELAY_PERIOD
Java Field:  delayPeriod
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  03/16/12
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(96)
Java Type:  String
Attributes:
Information about the fee schema.
Added On:  06/11/12
SQL Column:  FEE_VARIABLE1
Java Field:  feeVariable1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
First variable value of the fee used in the calculation formula.
Added On:  06/11/12
SQL Column:  FEE_VARIABLE2
Java Field:  feeVariable2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Second variable value of the fee used in the calculation formula.
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/12
SQL Column:  IS_COMMISSIONABLE
Java Field:  isCommissionable
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the fee schema is included in commissions activity.
Added On:  01/21/13
SQL Column:  IS_ENABLED
Java Field:  isEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether fee schema is enabled within the system.
Added On:  06/11/12
SQL Column:  IS_VARIABLE1_PERCENT
Java Field:  isVariable1Percent
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the first variable percentage value is used in the calculation formula.
Added On:  06/11/12
SQL Column:  IS_VARIABLE2_PERCENT
Java Field:  isVariable2Percent
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the second variable percentage value is used in the calculation formula.
Added On:  01/30/13
SQL Column:  POSITION
Java Field:  position
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  08/31/16
SQL Column:  STATEMENT_DETAIL_GROUP_FK
Java Field:  statementDetailGroup
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents statement detail group.
Added On:  03/21/13
SQL Column:  STEREOTYPE
Java Field:  stereotype
Status:  Active
SQL Type:  varchar(70)
Java Type:  String
Attributes:
Added On:  01/21/13
SQL Column:  SUBMISSION_CL
Java Field:  submissionCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that represents available types of submissions.
Added On:  01/21/13
SQL Column:  TRANSACTION_CL
Java Field:  transactionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Reference to the entity that represents available types of transaction processing modes.