| 
				
				 Amarco Pricer - WPF mode 
						In Windows WPF mode, Amarco pricer user 
						interface is similar to the Silverlight interface.  
						It uses directly an internal multithreaded engine that 
						leverages asynchronous access to various data sources
						
						from outside: 
		
		
		
			
			A Web service that simulates access to pricing data (Dividends, 
			repos, rates...) 
			
			A Web service that simulates access to market data 
			
			A number crunching numerical farm implementing the algorithms 
		
			
							(In Silverlight mode the pricing engine is used 
							from a web, in WPF mode the internal organization is 
							similar to the Windows forms version. 
		The Windows WPF display is managed in asynchronous mode using 
		background workers, so the user interface is not frozen. Data is 
		displayed as it becomes available.  
		
		  
		
		Pricing data is displayed as it becomes available. 
		
		The dynamic behavior is similar to the Silverlight mode (please see the 
		Silverlight animations). 
		
				 | 
			
			   |