Uses of Class
com.raphaelsalles.backend.domain.model.FinancialStatement
Packages that use FinancialStatement
Package
Description
-
Uses of FinancialStatement in com.raphaelsalles.backend.domain.model
Fields in com.raphaelsalles.backend.domain.model declared as FinancialStatementModifier and TypeFieldDescriptionprivate FinancialStatementAccountLine.AccountLineBuilder.statementprivate FinancialStatementAccountLine.statementMethods in com.raphaelsalles.backend.domain.model that return FinancialStatementModifier and TypeMethodDescriptionFinancialStatement.FinancialStatementBuilder.build()AccountLine.getStatement()Methods in com.raphaelsalles.backend.domain.model with parameters of type FinancialStatementModifier and TypeMethodDescriptionvoidAccountLine.setStatement(FinancialStatement statement) AccountLine.AccountLineBuilder.statement(FinancialStatement statement) Constructors in com.raphaelsalles.backend.domain.model with parameters of type FinancialStatementModifierConstructorDescriptionAccountLine(Long id, FinancialStatement statement, String code, String description, BigDecimal value) -
Uses of FinancialStatement in com.raphaelsalles.backend.domain.repository
Subinterfaces with type arguments of type FinancialStatement in com.raphaelsalles.backend.domain.repositoryModifier and TypeInterfaceDescriptioninterfaceRepositório para Demonstrativos Financeiros.Methods in com.raphaelsalles.backend.domain.repository that return FinancialStatementModifier and TypeMethodDescriptionFinancialStatementRepository.findFirstByCompanyOrderByReferenceDateDesc(Company company) Busca o demonstrativo mais recente de uma empresa.Methods in com.raphaelsalles.backend.domain.repository that return types with arguments of type FinancialStatementModifier and TypeMethodDescriptionFinancialStatementRepository.findAllByCompanyOrderByReferenceDateAsc(Company company) Busca o histórico completo de demonstrativos de uma empresa, ordenado cronologicamente.FinancialStatementRepository.findByCompanyAndReferenceDate(Company company, LocalDate referenceDate) Busca demonstrativos por empresa e data de referência. -
Uses of FinancialStatement in com.raphaelsalles.backend.domain.service.financial
Methods in com.raphaelsalles.backend.domain.service.financial with parameters of type FinancialStatementModifier and TypeMethodDescriptionFundamentalAnalysisService.analyze(FinancialStatement statement) Realiza a análise fundamentalista de um demonstrativo financeiro.ValuationService.enrichWithValuation(MarketDataDTO marketData, FinancialStatement statement) Enriquece um DTO de mercado com indicadores de valuation.private BigDecimalStockHistoryService.findInAccounts(FinancialStatement stmt, String... targetCodes) private BigDecimalFundamentalAnalysisService.resolveValue(FinancialStatement stmt, BigDecimal mainValue, String... targetCodes) private StockHistoryDTOStockHistoryService.toDTO(FinancialStatement stmt) -
Uses of FinancialStatement in com.raphaelsalles.backend.domain.service.importer
Method parameters in com.raphaelsalles.backend.domain.service.importer with type arguments of type FinancialStatementModifier and TypeMethodDescriptionvoidCvmPersistenceHelper.saveBatchSafely(Map<?, FinancialStatement> batch) -
Uses of FinancialStatement in com.raphaelsalles.backend.domain.service.importer.core
Fields in com.raphaelsalles.backend.domain.service.importer.core with type parameters of type FinancialStatementModifier and TypeFieldDescriptionprivate final Map<CvmImportService.BatchKey, FinancialStatement> CvmImportService.ImportContext.statementBufferThe field for thestatementBufferrecord component.Methods in com.raphaelsalles.backend.domain.service.importer.core that return types with arguments of type FinancialStatementModifier and TypeMethodDescriptionCvmImportService.ImportContext.statementBuffer()Returns the value of thestatementBufferrecord component. -
Uses of FinancialStatement in com.raphaelsalles.backend.domain.service.importer.strategy
Methods in com.raphaelsalles.backend.domain.service.importer.strategy with parameters of type FinancialStatementModifier and TypeMethodDescriptionvoidAccountClassifier.classify(FinancialStatement stmt, String code, String desc, BigDecimal value) Analisa uma linha contábil e atualiza o statement se a conta for relevante.voidCvmGeneralClassifier.classify(FinancialStatement stmt, String code, String desc, BigDecimal val)