|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HoldingTaxLotDao
| Method Summary | |
|---|---|
Collection<HoldingTaxLot> |
getAllTaxLotsWithPositiveCost(String kemid,
String securityId,
String registrationCode,
String incomePrincipalIndicator)
Gets all tax lots with positive cost that meet the given criteria on kemid, security id, registration code and income/principal indicator |
Collection<HoldingTaxLot> |
getAllTaxLotsWithPositiveUnits(String kemid,
String securityId,
String registrationCode,
String incomePrincipalIndicator)
Gets all tax lots with positive units that meet the given criteria on kemid, security id, registration code and income/principal indicator |
List<HoldingTaxLot> |
getTaxLotsPerSecurityIDWithUnitsGreaterThanZero(String securityId)
Gets all the tax lots for the given security that have units greater than zero. |
List<HoldingTaxLot> |
getTaxLotsWithAccruedIncomeGreaterThanZeroPerSecurity(String securityId)
Gets all the tax lots for the given security that have accrued income greater than zero. |
| Method Detail |
|---|
Collection<HoldingTaxLot> getAllTaxLotsWithPositiveUnits(String kemid,
String securityId,
String registrationCode,
String incomePrincipalIndicator)
kemid - securityId - registrationCode - incomePrincipalIndicator -
Collection<HoldingTaxLot> getAllTaxLotsWithPositiveCost(String kemid,
String securityId,
String registrationCode,
String incomePrincipalIndicator)
kemid - securityId - registrationCode - incomePrincipalIndicator -
List<HoldingTaxLot> getTaxLotsPerSecurityIDWithUnitsGreaterThanZero(String securityId)
securityId -
List<HoldingTaxLot> getTaxLotsWithAccruedIncomeGreaterThanZeroPerSecurity(String securityId)
securityId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||