diff --git a/Model/PriceModel.cs b/Model/PriceModel.cs
index f133ace..a3a5e62 100644
--- a/Model/PriceModel.cs
+++ b/Model/PriceModel.cs
@@ -66,6 +66,10 @@ namespace TradeBlotter.Model
{
get { return price.Symbol; }
}
+ public String Source
+ {
+ get {return price.SourceAsString();}
+ }
public DateTime Date
{
get { return price.Date; }
diff --git a/Views/PricingView.xaml b/Views/PricingView.xaml
index c257b43..a8d4f4a 100644
--- a/Views/PricingView.xaml
+++ b/Views/PricingView.xaml
@@ -97,6 +97,7 @@
+