Package | Description |
---|---|
com.syndloanhub.loansum.product.facility |
Global (non-prorated) representations of loan facility types.
|
com.syndloanhub.loansum.product.facility.prorated |
Traded share (prorated) representations of loan facility types.
|
Modifier and Type | Method and Description |
---|---|
LoanTradingAssoc |
LoanTrade.getAssociation()
Gets governing loan association, e.g.
|
static LoanTradingAssoc |
LoanTradingAssoc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoanTradingAssoc[] |
LoanTradingAssoc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.joda.beans.MetaProperty<LoanTradingAssoc> |
LoanTrade.Meta.association()
The meta-property for the
association property. |
Modifier and Type | Method and Description |
---|---|
LoanTrade.Builder |
LoanTrade.Builder.association(LoanTradingAssoc association)
Sets governing loan association, e.g.
|
Modifier and Type | Method and Description |
---|---|
LoanTradingAssoc |
ProratedLoanTrade.getAssociation()
Gets governing loan association, e.g.
|
Modifier and Type | Method and Description |
---|---|
org.joda.beans.MetaProperty<LoanTradingAssoc> |
ProratedLoanTrade.Meta.association()
The meta-property for the
association property. |
Modifier and Type | Method and Description |
---|---|
ProratedLoanTrade.Builder |
ProratedLoanTrade.Builder.association(LoanTradingAssoc association)
Sets governing loan association, e.g.
|
Copyright © 2018. All rights reserved.