protected ProposalType makeProposal()
{
//Note : No need to check if agent is in a group. This is done by doMakeProposal
String groupId = this.getDataModel().getGroupId();
if (getConn().getGroupById(groupId) == null) return ProposalType.staySame;
ProposalType proposal;
//Get the economic beliefs of the agent and the group
double groupEconomicPosition = this.getConn().getGroupById(groupId).getCurrentEconomicPoisition();
double agentEconomicBelief = this.getDataModel().getEconomicBelief();