Uses of Class
es.kukenan.smartfi.microservice.contracts.api.common.IntervenerDto
Packages that use IntervenerDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs in product asset details methods.
Package for DTOs in product details methods.
-
Uses of IntervenerDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type IntervenerDto -
Uses of IntervenerDto in es.kukenan.smartfi.microservice.contracts.api.assets.details
Fields in es.kukenan.smartfi.microservice.contracts.api.assets.details with type parameters of type IntervenerDtoModifier and TypeFieldDescriptionprivate List<IntervenerDto>FundAssetDetailDto.intervenersInterveners.Constructor parameters in es.kukenan.smartfi.microservice.contracts.api.assets.details with type arguments of type IntervenerDtoModifierConstructorDescriptionFundAssetDetailDto(String id, ProductNumberDto connectedAccount, String isin, String name, List<IntervenerDto> interveners, AmountDto effectiveValue, AmountDto liquidationValue, LocalDate liquidationValueDate, Double unityQuantity, Double costEffectiveness, Double yearCostEffectiveness, Double monthCostEffectiveness) Full state constructor. -
Uses of IntervenerDto in es.kukenan.smartfi.microservice.contracts.api.products.details
Fields in es.kukenan.smartfi.microservice.contracts.api.products.details with type parameters of type IntervenerDtoModifier and TypeFieldDescriptionprivate List<IntervenerDto>AccountDetailDto.intervenersAccount interveners.private List<IntervenerDto>CreditDetailDto.intervenersinterveners list.private List<IntervenerDto>DepositDetailDto.intervenersAccount interveners.private List<IntervenerDto>EquityDetailDto.intervenersAccount interveners.private List<IntervenerDto>FundDetailDto.intervenersAccount interveners.private List<IntervenerDto>GuaranteeDetailDto.intervenersinterveners list.private List<IntervenerDto>LoanDetailDto.intervenersLoan interveners.private List<IntervenerDto>ManagedPortfolioDetailDto.intervenersAccount interveners.private List<IntervenerDto>PensionDetailDto.intervenersinterveners list.private List<IntervenerDto>WalletEquityDetailDto.intervenersAccount interveners.Constructor parameters in es.kukenan.smartfi.microservice.contracts.api.products.details with type arguments of type IntervenerDtoModifierConstructorDescriptionAccountDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto productType, IdNamePairDto productSubtype, String bic, List<IntervenerDto> interveners, LocalDate openingDate, LocalDate lastMovementDate, SignatureDto signature, IdNamePairDto status) Full state constructor.CreditDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto startingAmount, AmountDto postedAmount, IdNamePairDto productType, IdNamePairDto productSubtype, SignatureDto signature, IdNamePairDto status, AmountDto limitAmount, LocalDate expiryDate, LocalDate startDate, LocalDate reviewDate, List<IntervenerDto> interveners, InterestDto interest, AmountDto outstandingAmount) Full state constructor.DepositDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto productType, IdNamePairDto productSubtype, ProductDto chargeAccount, String bic, List<IntervenerDto> interveners, IdNamePairDto status, SignatureDto signature) Full state constructor.EquityDetailDto(String id, String name, ProductNumberDto connectedAccount, LocalDate createDate, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, LocalDate lastValueDate, AmountDto totalValue, SignatureDto signature, IdNamePairDto status) Full state constructor.FundDetailDto(String id, String name, ProductNumberDto connectedAccount, LocalDate createDate, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, SignatureDto signature, IdNamePairDto status) Full state constructor.GuaranteeDetailDto(String id, String name, String alias, ProductNumberDto productNumber, String guarantyId, ProductNumberDto connectedAccount, List<IntervenerDto> interveners, LocalDate startDate, LocalDate expiryDate, LocalDate endDate, AmountDto guarantyAmount, AmountDto startingAmount, AmountDto outstandingAmount, IdNamePairDto productType, IdNamePairDto productSubtype, IdNamePairDto status, SignatureDto signature) Full state constructor.LoanDetailDto(String id, String name, String alias, ProductNumberDto productNumber, IdNamePairDto productType, IdNamePairDto productSubtype, AmountDto nextPaymentAmount, LocalDate nextPaymentDate, ProductNumberDto connectedAccount, AmountDto pendingAmount, AmountDto installmentAmount, AmountDto startAmount, List<IntervenerDto> interveners, InterestDto interest, LocalDate startDate, LocalDate expiryDate, LocalDate nextReviewDate, Integer paymentsPaid, Integer pendingPayments, SignatureDto signature, IdNamePairDto status) Full state constructor.PensionDetailDto(String id, String name, String alias, ProductNumberDto productNumber, AmountDto balance, AmountDto postedBalance, IdNamePairDto relationType, IdNamePairDto productType, IdNamePairDto productSubtype, AmountDto balanceContributed, LocalDate createDate, List<IntervenerDto> interveners, Double unityQuantity, AmountDto unityValue, AmountDto netAssetValue, LocalDate netAssetDate, Double costEffectivenessYear, Double costEffectivenessPeriod, SignatureDto signature, IdNamePairDto status) Full state constructor.WalletEquityDetailDto(String id, String name, ProductNumberDto connectedAccount, LocalDate createDate, List<IntervenerDto> interveners, IdNamePairDto productType, IdNamePairDto productSubtype, LocalDate lastValueDate, AmountDto totalValue, Double unityQuantity, AmountDto unityValue, AmountDto effectiveUnityValue, SignatureDto signature, IdNamePairDto status) Full state constructor.