| 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 |
|---|---|
ProratedFacility |
Facility.prorate(com.opengamma.strata.product.ProductTrade trade) |
| Modifier and Type | Method and Description |
|---|---|
ProratedFacility |
ProratedFacility.Builder.build() |
ProratedFacility |
ProratedLoanTrade.getProduct()
Gets the loan facility product that was agreed when the trade occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProratedFacility> |
ProratedFacility.Meta.beanType() |
org.joda.beans.MetaProperty<ProratedFacility> |
ProratedLoanTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and Description |
|---|---|
ProratedLoanTrade.Builder |
ProratedLoanTrade.Builder.product(ProratedFacility product)
Sets the loan facility product that was agreed when the trade occurred.
|
Copyright © 2018. All rights reserved.