Click or drag to resize

FactletgetDataFrame Method

Create a dataframe appropriate for this factlet

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public virtual DataFrame getDataFrame(
	IEventLogger log,
	bool usingIntDates,
	bool createSummaryDescription,
	IConfigManager config,
	FactSetOnDemand fsod
)

Parameters

log
Type: Kratos_3.InterfacesIEventLogger
Eventlogger to use
usingIntDates
Type: SystemBoolean
Whether or not to use MATLAB style dates
createSummaryDescription
Type: SystemBoolean
If false, overrides all settings to ensure no summary is produced
config
Type: IConfigManager
Object for accessing the OnDemand configuration
fsod
Type: Kratos_3.RunTimePlatformFactSetOnDemand
FactSetOnDemand object

Return Value

Type: DataFrame
See Also