/** * @format */ import React, {useMemo} from 'react' import { Heading, Box, Container, Text, Link, FormControl, FormLabel, Input, Select, InputGroup, InputRightAddon, HStack, Button, Divider } from '@chakra-ui/react' import MOCK_DATA from '../MOCK_DATA.json' import {VantageDataTable} from '../components/VantageDataTable' const ProxyPrice = () => { const data = useMemo(() => MOCK_DATA, []) return ( ProxyPrice ProxyPriceTM utilizes a proprietary model based on a combination of the Comparison Method of Valuation and a Multiple Regression Analysis. Learn More
Get ProxyPrice TM {' '} for State Project/Scheme Name Address Property Type Property Size Built-up Area Land Area
Reference Property Address 16-27, jalan kerinchi kiri 2, southview residence Transaction Price RM490,000 Transaction Date 09-dec-2021 Project Name Southview Residence Property Group Commercial State W.p Kuala Lumpur Town Mukim Kuala Lumpur Property Type Serviced Apartment Lot Area (sqft) /Built-up (sqft) 592/592 Price (per sqft/sqm) 827.67/8,909.09 Comparable Transaction History
) } export default ProxyPrice