Binding always works with a DataContext, you will need to set the Presenter to the local DataContext. For example, you can do this in the constructor of your Window or UserControl:
this.DataContext = new Presenter();
:
<Label Content="{Binding ElementName=PSV, Path=Portfolio.Name}"/>
Presenter DataContext.
, DataContext NotifyChanged , Portfolio .
, .