Example #1
0
require_once('BLL/CurrencyBLL.php');
require_once('BLL/FundBLL.php');
require_once('BLL/Fund_DatabaseBLL.php');
require_once('BLL/FundAuditorBLL.php');
require_once('BLL/FundAdvisorBLL.php');
require_once('BLL/InvestmentDetailsBLL.php');
require_once('BLL/SubscriptionFeeBLL.php');
require_once('BLL/TransferAgentBLL.php');
require_once('BLL/CustodianBLL.php');
require_once('BLL/RedemptionDetailsBLL.php');
require_once('BLL/RedemptionFeesBLL.php');

$objFund=new FundClass($db);
$objISIN=new IsinClass($db);
$objCurrency=new CurrencyClass($db);
$objFundAdvisor=new FundAdvisorClass($db);
$objFundAuditorClass=new FundAuditorClass($db);
$arrayFundAuditorClass=$objFundAuditorClass->GetFundAuditorUsingArray();
$arrayFundAdvisor=$objFundAdvisor->GetFundAdvisorUsingArray();
$arrayCurrency=$objCurrency->GetCurrencyUsingArray();
$arrayTransferAgent1=new TransferAgentClass($db);
$arrayTransferAgent=$arrayTransferAgent1->GetTransferAgentUsingArray();
$objCustodian=new CustodianClass($db);
$arrayCustodian=$objCustodian->GetCustodianUsingArray();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-ch" lang="de-ch">
  <head>
   <title>Vurman - Spectrum Funds</title>
    <meta name="keywords" content="Fund Services, Fund Settlement, Hedge Funds, Offshore Funds, Subscription, Redemption">
    <meta name="JOB_DESCRIPTION" content="Fund Services, Fund Settlement, Hedge Funds, Offshore Funds, Subscription, Redemption">
Example #2
0
<?php 
if(isset($_POST['id']) && $_POST['id']!="")
{
	require_once('../core/connect.php');
	require_once('../core/CoreClass.php');
	require_once('../BLL/FundAdvisorBLL.php');
	
	$id=$_POST['id'];
	
	$objFundAdvisor1=new FundAdvisorClass($db);
	//echo $cpid;
	$objFundAdvisor1->id=$id;
	$objFundAdvisor=$objFundAdvisor1->SearchFundAdvisor();
	if(sizeof($objFundAdvisor)>0)
	{
		echo $objFundAdvisor[0]['fund_advisor']."|".$objFundAdvisor[0]['postal_address_adv']."|".$objFundAdvisor[0]['postal_address_adv']."|".$objFundAdvisor[0]['phone_number_adv']."|".
		$objFundAdvisor[0]['email_address_adv']."|".$objFundAdvisor[0]['fax_number_adv']."|".$objFundAdvisor[0]['additional_information_adv']."|".$objFundAdvisor[0]['zip_city_adv'];
	}
	else
	{
		echo "Not Found";
	}
}
?>
Example #3
0
				$redFeeObj=new RedemptionFeesClass($db);
				$redFeeObj->redemption_details_id=$redArr[0]["id"];
				$redFeeArr=$redFeeObj->SearchRedemptionFees();
			}
			
			if(sizeof($fundArr)>0)
			{
				$transferObj=new TransferAgentClass($db);
				$transferObj->transfer_agent=$fundArr[0]["transfer_agent_id"];
				$transferArr=$transferObj->SearchTransferAgent();
				
				$custObj=new CustodianClass($db);
				$custObj->custodian=$fundArr[0]["custodian_id"];
				$custArr=$custObj->SearchCustodian();
				
				$fundAdvObj=new FundAdvisorClass($db);
				$fundAdvObj->fund_advisor=$fundArr[0]["fund_advisor_id"];
				$fundAdvArr=$fundAdvObj->SearchFundAdvisor();
				
				$fundAudObj=new FundAuditorClass($db);
				$fundAudObj->fund_auditor=$fundArr[0]["fund_auditor_id"];
				$fundAudArr=$fundAudObj->SearchFundAuditor();
			}
		}

	}
}
?>

     
 <div id="content">