Uses of Interface
com.ftlabs.fisa.Security

Packages that use Security
com.ftlabs.fisa   
 

Uses of Security in com.ftlabs.fisa
 

Classes in com.ftlabs.fisa that implement Security
 class AbstractPreferredSecurity
          Abstract Security implementation that includes call information and data required for preferred Securities.
 class AbstractSecurity
          Abstract Security implementation with very minimum common fields.
 class DiscountSecurity
          An implementation of a discount Security.
 class FixedInterestRateSecurity
          A fixed interest rate implementation of Security.
 class InflationIndexedSecurity
           
 class InterestAtMaturitySecurity
          An interest at maturity implementation of Security.
 class MaturingCallableSecurity
          Abstract Security implementation that includes call information.
 class MaturingSecurity
          An abstract implementation of Security for securities that mature.
 class PerpetualPreferredSecurity
           
 class PreferredSecurity
          An implementation of Security for Preferreds.
 class SteppedCouponSecurity
          A stepped coupon implementation of Security.
 class ZeroCouponSecurity
          A zero coupon implementation of Security.
 

Method parameters in com.ftlabs.fisa with type arguments of type Security
 DayCountBasis Market.getDefaultDayCountBasis(java.lang.Class<? extends Security> securityClass)
          Retrieve the default DayCountBasis for the provided Security class within this Market.
 boolean Market.getDefaultEomAdjust(java.lang.Class<? extends Security> securityClass)
          Retrieve the default End Of Month Adjustment setting for the provided Security class within this Market.
 InterestFrequency Market.getDefaultInterestFrequency(java.lang.Class<? extends Security> securityClass)
          Retrieve the default InterestFrequency for the provided Security class within this Market.
 int Market.getDefaultSettlementDays(java.lang.Class<? extends Security> securityClass)
          Retrieve the default Number of days to settle for the provided Security class within this Market.
 void Market.setDefaultDayCountBasis(java.lang.Class<? extends Security> securityClass, DayCountBasis dayCountBasis)
          Change the default DayCountBasis for the provided Security class within this Market.
 void Market.setDefaultEomAdjust(java.lang.Class<? extends Security> securityClass, boolean eomAdjust)
          Change the default End of Month Admustment setting for the provided Security class within this Market.
 void Market.setDefaultInterestFrequency(java.lang.Class<? extends Security> securityClass, InterestFrequency interestFrequency)
          Change the default InterestFrequency for the provided Security class within this Market.
 void Market.setDefaultSettlementDays(java.lang.Class<? extends Security> securityClass, int settlementDays)
          Change the default days to settlement.