public static final class AccruingFee.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<AccruingFee>
AccruingFee.| Modifier and Type | Method and Description |
|---|---|
AccruingFee.Builder |
accrual(Accrual accrual)
Sets the global fee accrual representation.
|
AccruingFee |
build() |
Object |
get(String propertyName) |
AccruingFee.Builder |
id(com.opengamma.strata.basics.StandardId id)
Sets the internal id of this fee
|
AccruingFee.Builder |
paymentDate(java.time.LocalDate paymentDate)
Sets the payment date of the fee.
|
AccruingFee.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
AccruingFee.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
AccruingFee.Builder |
type(String type)
Sets the fee type, for now just a free form string.
|
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<AccruingFee>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<AccruingFee>public AccruingFee.Builder set(String propertyName, Object newValue)
public AccruingFee.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<AccruingFee>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<AccruingFee>public AccruingFee build()
public AccruingFee.Builder id(com.opengamma.strata.basics.StandardId id)
id - the new value, not nullpublic AccruingFee.Builder type(String type)
type - the new value, not nullpublic AccruingFee.Builder accrual(Accrual accrual)
accrual - the new value, not nullpublic AccruingFee.Builder paymentDate(java.time.LocalDate paymentDate)
Interest pays on this date. Usually identical to end date unless end date is a holiday. Payment date is given, not calculated.
paymentDate - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<AccruingFee>Copyright © 2018. All rights reserved.