Version

FinancialCalculationDataSource Class

Represents the data contract between a financial series and the decoupled calculation responsibilities which implement its mathmatical logic.
Syntax
public class FinancialCalculationDataSource 
Remarks
The FinancialCalculationDataSource contract represents the subset of data which needs to be provided in order to test or run a calculation, and its intentionally a subset of the information available to the series, in order to make calculation strategies more easily testable and usable in isolation to the financial series container.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also