A C D E F G H I J K L M N O P Q R S T U V W X Y 

F

Fact - Class in ch.pschatzmann.edgar.base
Representation of a XML/XLS tag with its attribute values.
Fact(Fact) - Constructor for class ch.pschatzmann.edgar.base.Fact
Clone existing node
Fact(XBRL, Fact.Type, int, long) - Constructor for class ch.pschatzmann.edgar.base.Fact
Default Constructor
Fact.Attribute - Enum in ch.pschatzmann.edgar.base
 
Fact.DataType - Enum in ch.pschatzmann.edgar.base
 
Fact.Type - Enum in ch.pschatzmann.edgar.base
 
FactValue - Class in ch.pschatzmann.edgar.base
Fact which represents a node of type 'value'.
FactValue(FactValue) - Constructor for class ch.pschatzmann.edgar.base.FactValue
 
FactValue(XBRL, Fact.Type, int, long) - Constructor for class ch.pschatzmann.edgar.base.FactValue
 
FeedInfoFile - Class in ch.pschatzmann.edgar.dataload.rss
Collection of Edgar FeedInfo information that can be accessed with the key
FeedInfoFile() - Constructor for class ch.pschatzmann.edgar.dataload.rss.FeedInfoFile
Minimum Constructor
FeedInfoFile(String) - Constructor for class ch.pschatzmann.edgar.dataload.rss.FeedInfoFile
Constructor with File name
FeedInfoRecord - Class in ch.pschatzmann.edgar.dataload.rss
Individual Record provided from the RRS feed which is used to load the data from EDGAR and create the related file (with the correct name)
FeedInfoRecord() - Constructor for class ch.pschatzmann.edgar.dataload.rss.FeedInfoRecord
Default Constructor
FeedInfoRecord(SyndEntry) - Constructor for class ch.pschatzmann.edgar.dataload.rss.FeedInfoRecord
Constructor based on the SyndEntry from the RRS feed
FeedInfoRecord(String) - Constructor for class ch.pschatzmann.edgar.dataload.rss.FeedInfoRecord
Constructor using a CSV string to pass in the attribute values
field(String, String, String) - Method in class ch.pschatzmann.edgar.service.EdgarDBService
finds an individual field
fieldsForGroup(String) - Method in class ch.pschatzmann.edgar.service.EdgarDBService
Finds all fields for a field group
fieldValues(String, String, String, int) - Method in class ch.pschatzmann.edgar.service.EdgarDBService
Returns all available field values
file - ch.pschatzmann.edgar.base.Fact.Attribute
 
filing(HttpHeaders, String, Fact.DataType) - Method in class ch.pschatzmann.edgar.service.EdgarFileService
Returns the values nodes of an individual filing
FilingEntry - Class in ch.pschatzmann.edgar.dataload.online
An individual Filing
FilingEntry(CompanyInformation, Node) - Constructor for class ch.pschatzmann.edgar.dataload.online.FilingEntry
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class ch.pschatzmann.edgar.service.CORSResponseFilter
Add additional headers to the response context
FilterQuarterly - Class in ch.pschatzmann.edgar.reporting.company
Returns all 10-Q entries for 3 months (P and L) or 0 months (Balance Sheet values)
FilterQuarterly() - Constructor for class ch.pschatzmann.edgar.reporting.company.FilterQuarterly
 
FilterQuarterlyCumulated - Class in ch.pschatzmann.edgar.reporting.company
Returns all 10-Q and 10-K entries for 3,6,9 and 12 months or 0 months
FilterQuarterlyCumulated() - Constructor for class ch.pschatzmann.edgar.reporting.company.FilterQuarterlyCumulated
 
FilterYearly - Class in ch.pschatzmann.edgar.reporting.company
Returns all 10-K entries for 12 months or 0 months.
FilterYearly() - Constructor for class ch.pschatzmann.edgar.reporting.company.FilterYearly
 
find() - Method in class ch.pschatzmann.edgar.base.XBRL
Finds all child facts
find(Fact.Type) - Method in class ch.pschatzmann.edgar.base.XBRL
Finds the child facts
find(String) - Method in class ch.pschatzmann.edgar.base.IndexAPI
Find all facts which contain the indicated string
find(String) - Method in class ch.pschatzmann.edgar.base.XBRL
Search text in the index
find(String, Fact.Type) - Method in class ch.pschatzmann.edgar.base.XBRL
Finds all matching child facts
find(String, Collection<Fact.Type>) - Method in class ch.pschatzmann.edgar.base.IndexAPI
Find all facts which contain the indicated value and are of the correct type.
find(String, Collection<Fact.Type>) - Method in class ch.pschatzmann.edgar.base.XBRL
Find w/o setting up the value attributes
find(Collection<Fact.Type>) - Method in class ch.pschatzmann.edgar.base.XBRL
Finds the child facts
find(Collection<String>, Collection<Fact.Type>) - Method in class ch.pschatzmann.edgar.base.XBRL
Find multiple values
find1(String, Collection<Fact.Type>) - Method in class ch.pschatzmann.edgar.base.IndexAPI
Finds the first instance.
find1(String, Collection<Fact.Type>, Fact) - Method in class ch.pschatzmann.edgar.base.IndexAPI
 
findPresentationsForParameter(String) - Method in class ch.pschatzmann.edgar.base.PresentationAPI
Determines the presentations for a parameter
findValues() - Method in class ch.pschatzmann.edgar.base.XBRL
Finds all child value facts
findValues(Fact.DataType) - Method in class ch.pschatzmann.edgar.base.XBRL
Finds child value facts of the indicated data type
findValues(String) - Method in class ch.pschatzmann.edgar.base.XBRL
Finds child value facts
first(Collection<Fact>) - Method in class ch.pschatzmann.edgar.base.XBRL
Returns the first fact form the collection.
firstEntry(String) - Method in class ch.pschatzmann.edgar.dataload.online.CompanyInformation
 
footnote - ch.pschatzmann.edgar.base.Fact.Type
 
footnoteArc - ch.pschatzmann.edgar.base.Fact.Type
 
footnoteLink - ch.pschatzmann.edgar.base.Fact.Type
 
forecast(String) - Method in class ch.pschatzmann.edgar.table.FormulasEdgar
Forecasts the indicated parameter
forecast(String, int) - Method in class ch.pschatzmann.edgar.table.forecast.ForecastLinearRegression
 
forecast(String, int) - Method in class ch.pschatzmann.edgar.table.forecast.ForecastQuarters
 
forecast(String, int) - Method in class ch.pschatzmann.edgar.table.forecast.ForecastQuartersCumulated
 
forecast(String, int) - Method in class ch.pschatzmann.edgar.table.forecast.ForecastQuartersCumulatedARIMA
 
ForecastLinearRegression - Class in ch.pschatzmann.edgar.table.forecast
Calculates the forecasted value for the indicated row.
ForecastLinearRegression() - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastLinearRegression
 
ForecastQuarters - Class in ch.pschatzmann.edgar.table.forecast
Calculates the forecasted value for the indicated row.
ForecastQuarters() - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastQuarters
 
ForecastQuarters(boolean) - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastQuarters
 
ForecastQuartersCumulated - Class in ch.pschatzmann.edgar.table.forecast
Calculates the forecasted value for the indicated row.
ForecastQuartersCumulated() - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastQuartersCumulated
 
ForecastQuartersCumulated(boolean) - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastQuartersCumulated
 
ForecastQuartersCumulatedARIMA - Class in ch.pschatzmann.edgar.table.forecast
Calculates the forecasted value for the indicated row.
ForecastQuartersCumulatedARIMA() - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastQuartersCumulatedARIMA
 
ForecastQuartersCumulatedARIMA(ArimaParams) - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastQuartersCumulatedARIMA
 
ForecastValue - Class in ch.pschatzmann.edgar.table.forecast
Individual Numerical Value which is used in the forecasting
ForecastValue(int) - Constructor for class ch.pschatzmann.edgar.table.forecast.ForecastValue
 
form - ch.pschatzmann.edgar.base.Fact.Attribute
 
format(ITable) - Method in class ch.pschatzmann.edgar.reporting.TableFormatterSQL
 
format(String) - Method in class ch.pschatzmann.edgar.parsing.DefaultValueFormatter
 
format(String) - Method in class ch.pschatzmann.edgar.parsing.HtmlToTextFormatter
 
format(String) - Method in interface ch.pschatzmann.edgar.parsing.IValueFormatter
 
format(String) - Method in class ch.pschatzmann.edgar.parsing.RemoveValueFormatter
 
FormulasEdgar - Class in ch.pschatzmann.edgar.table
Support for Forecasts, Surprises and Market Share calculations
FormulasEdgar() - Constructor for class ch.pschatzmann.edgar.table.FormulasEdgar
 
from - ch.pschatzmann.edgar.base.Fact.Attribute
 
fromString(String) - Static method in class ch.pschatzmann.edgar.service.WSField
Convert from json string
functions - Variable in class ch.pschatzmann.edgar.reporting.ValueField
 
A C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links